Skip to content

Ensure django database wrappers always have a connection before creating a cursor

Bastien Abadie requested to merge ensure-db-connection into master

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()

Merge request reports

Loading