ignore database not ready

This commit is contained in:
Matthias 2022-02-13 05:16:14 +01:00
parent 12a5b6b148
commit 6437674ca8
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -90,7 +90,7 @@ class ReportConfig(AppConfig):
try:
from .models import TestReport
except:
except: # pragma: no cover
# Database is not ready yet
return
@ -113,7 +113,7 @@ class ReportConfig(AppConfig):
try:
from .models import BuildReport
except:
except: # pragma: no cover
# Database is not ready yet
return