diff --git a/core/__pycache__/urls.cpython-312.pyc b/core/__pycache__/urls.cpython-312.pyc index 8884703d..f5e09338 100644 Binary files a/core/__pycache__/urls.cpython-312.pyc and b/core/__pycache__/urls.cpython-312.pyc differ diff --git a/core/urls.py b/core/urls.py index 3363c4e4..0df76f9d 100644 --- a/core/urls.py +++ b/core/urls.py @@ -36,9 +36,9 @@ urlpatterns = [ # System Configuration CRUD URLs path('system-configuration/create/', views.SystemConfigurationCreateView.as_view(), name='system_configuration_create'), - path('system-configuration//', views.SystemConfigurationDetailView.as_view(), name='system_configuration_detail'), - path('system-configuration//edit/', views.SystemConfigurationUpdateView.as_view(), name='system_configuration_update'), - path('system-configuration//delete/', views.SystemConfigurationDeleteView.as_view(), name='system_configuration_delete'), + path('system-configuration//', views.SystemConfigurationDetailView.as_view(), name='system_configuration_detail'), + path('system-configuration//edit/', views.SystemConfigurationUpdateView.as_view(), name='system_configuration_update'), + path('system-configuration//delete/', views.SystemConfigurationDeleteView.as_view(), name='system_configuration_delete'), path('api/department-hierarchy/', views.get_department_hierarchy, name='get_department_hierarchy'), path('htmx/department-tree/', views.department_tree, name='department_tree'), diff --git a/db.sqlite3 b/db.sqlite3 index 51713963..7c2f7d26 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/logs/hospital_management.log b/logs/hospital_management.log index 3f79fef8..186ecb58 100644 --- a/logs/hospital_management.log +++ b/logs/hospital_management.log @@ -101704,3 +101704,1363 @@ INFO 2025-08-30 09:44:29,656 basehttp 62069 6173339648 "GET /en/htmx/system-noti 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 diff --git a/radiology/__pycache__/views.cpython-312.pyc b/radiology/__pycache__/views.cpython-312.pyc index aca4ec2b..0adb42ce 100644 Binary files a/radiology/__pycache__/views.cpython-312.pyc and b/radiology/__pycache__/views.cpython-312.pyc differ diff --git a/radiology/views.py b/radiology/views.py index db3963db..95fa9786 100644 --- a/radiology/views.py +++ b/radiology/views.py @@ -340,7 +340,7 @@ class ImagingOrderDetailView(LoginRequiredMixin, DetailView): """ model = ImagingOrder template_name = 'radiology/orders/imaging_order_detail.html' - context_object_name = 'imaging_order' + context_object_name = 'order' def get_queryset(self): return ImagingOrder.objects.filter(tenant=self.request.user.tenant) @@ -358,7 +358,7 @@ class ImagingOrderDetailView(LoginRequiredMixin, DetailView): # for study in studies: study_reports = RadiologyReport.objects.filter( study=studies.first, - # tenant=self.request.user.tenant + study__tenant=self.request.user.tenant ).order_by('-created_at') # reports[study.id] = study_reports diff --git a/templates/core/system_configuration.html b/templates/core/system_configuration.html index 8d7b5d00..9987d753 100644 --- a/templates/core/system_configuration.html +++ b/templates/core/system_configuration.html @@ -3,6 +3,53 @@ {% block title %}System Configuration - {{ block.super }}{% endblock %} +{% block css %} + +{% endblock %} {% block content %}
@@ -34,9 +81,9 @@ Reset to Defaults - +
@@ -157,18 +204,18 @@
{% if not config.is_readonly %} - + {% endif %} - + {% if config.validation_rules %}
- {% endregroup %} + {% endfor %} +
@@ -231,9 +232,7 @@ -{% endblock %} -{% block js %} -{% endblock %} +{% endblock content %}