add company code to organization serialzier

This commit is contained in:
2025-06-16 08:29:17 +03:30
parent d8ca9d2256
commit 8df059bee9
7 changed files with 41 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
from rest_framework.exceptions import APIException
from rest_framework import status
from django.db import connection
from django.conf import settings
import os
@@ -34,7 +36,6 @@ class SqlPrintingMiddleware(object):
"""
def __init__(self, get_response):
# print("heloo")
self.get_response = get_response
def __call__(self, request):