[2026-04-30 10:12:18,666] ERROR django.request Internal Server Error: /api/crm/leads/search-by-contact/
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/viewsets.py", line 125, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/sharpe36/backendmodulehub.momentuminfosystem.com/module_hub/crm/views.py", line 259, in search_by_contact
    'service':lead.service,
AttributeError: 'Lead' object has no attribute 'service'
[2026-04-30 10:13:18,639] ERROR django.request Internal Server Error: /api/crm/leads/search-by-contact/
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/views/decorators/csrf.py", line 56, in wrapper_view
    return view_func(*args, **kwargs)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/viewsets.py", line 125, in view
    return self.dispatch(request, *args, **kwargs)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/views.py", line 515, in dispatch
    response = self.handle_exception(exc)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/views.py", line 475, in handle_exception
    self.raise_uncaught_exception(exc)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception
    raise exc
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/rest_framework/views.py", line 512, in dispatch
    response = handler(request, *args, **kwargs)
  File "/home/sharpe36/backendmodulehub.momentuminfosystem.com/module_hub/crm/views.py", line 259, in search_by_contact
    'service':lead.service,
AttributeError: 'Lead' object has no attribute 'service'
[2026-06-29 10:39:02,063] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-06-29 10:39:09,379] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-06-29 10:41:51,061] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-06-29 10:42:32,169] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-06-29 12:08:06,616] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-06-29 12:08:26,313] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-06-29 12:08:41,355] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-06-29 12:08:50,750] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-06-29 12:09:01,101] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-07-01 05:11:09,017] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
[2026-07-01 05:11:40,203] ERROR django.request Internal Server Error: /api/login
Traceback (most recent call last):
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/utils/deprecation.py", line 136, in __call__
    response = self.process_response(request, response)
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 108, in process_response
    return self.response_redirect_class(self.get_full_path_with_slash(request))
  File "/home/sharpe36/virtualenv/backendmodulehub.momentuminfosystem.com/3.9/lib/python3.9/site-packages/django/middleware/common.py", line 87, in get_full_path_with_slash
    raise RuntimeError(
RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to backendmodulehub.momentuminfosystem.com/api/login/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
