This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import inspect | |
import logging | |
import shutil | |
import sys | |
from time import time | |
from types import MethodType | |
from typing import Optional | |
from django.conf import settings | |
from django.db import DEFAULT_DB_ALIAS, connections |