small update

This commit is contained in:
2025-11-05 09:11:53 +03:30
parent 2bf086615f
commit e71bf21605
3 changed files with 6 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ ENV_NAME=DEV
# Database secrets
DB_HOST=31.7.78.133
DB_PORT=14352
DB_NAME=Production
DB_NAME=Development
DB_USERNAME=postgres
DB_PASSWORD=pfLIVXupbDetvFMt2gUvxLXUL9b4HIOHaPcKXsBEZ1i8zl0iLUjmhUfXlGfJKcTV

View File

@@ -116,6 +116,7 @@ def agency_organization_pos_info(
})
return pos_sharing_list
return None
def get_organization_by_stake_holder(id: int = None, stake_holder: StakeHolders = None) -> typing.Any:

View File

@@ -1880,3 +1880,7 @@ TypeError: 'NoneType' object is not iterable
[2025-11-04 17:41:16,873] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader
[2025-11-04 17:41:21,231] INFO django.server | IP: - | Path: - | "GET /product/pos/api/v1/distributions/rancher_distributions?national_code=4050820765 HTTP/1.1" 301 0
[2025-11-04 17:41:21,894] INFO django.server | IP: - | Path: - | "GET /product/pos/api/v1/distributions/rancher_distributions/?national_code=4050820765 HTTP/1.1" 200 3431
[2025-11-05 08:55:48,912] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader
[2025-11-05 08:57:41,355] INFO django.server | IP: - | Path: - | "GET /product/pos/api/v1/distributions/rancher_distributions?national_code=4050820765 HTTP/1.1" 301 0
[2025-11-05 08:57:41,954] INFO django.server | IP: - | Path: - | "GET /product/pos/api/v1/distributions/rancher_distributions/?national_code=4050820765 HTTP/1.1" 200 3431
[2025-11-05 09:08:43,547] INFO django.utils.autoreload | IP: - | Path: - | Watching for file changes with StatReloader