add company code to organization serialzier
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user