Ensure django database wrappers always have a connection before creating a cursor
Only used during ocrpus export. The .using()
calls work properly.
I guess the low-level code expect that DB to be used at least once before calling the .cursor()
Only used during ocrpus export. The .using()
calls work properly.
I guess the low-level code expect that DB to be used at least once before calling the .cursor()