added a lock on a critical path when regenerating pages. this should allow all images to load correctly

This commit is contained in:
2021-04-09 11:29:03 +01:00
parent c1f5d80ff7
commit 1d5dcb90c0
10 changed files with 125 additions and 122 deletions

View File

@@ -38,7 +38,6 @@ INSTALLED_APPS = (
'bootstrap4',
"comic",
"comic_auth",
'db_mutex',
)
MIDDLEWARE = [