temporarily disable es version check for testing

This commit is contained in:
simon
2022-07-04 16:43:13 +07:00
parent 6d59da4c86
commit 63a1237683

View File

@@ -1,7 +1,6 @@
"""handle custom startup functions"""
import os
import sys
from django.apps import AppConfig
from home.src.es.connect import ElasticWrap
@@ -105,7 +104,7 @@ class StartupCheck:
"required elasticsearch version: "
+ f"{self.MIN_MAJOR}.{self.MIN_MINOR}"
)
sys.exit(1)
# sys.exit(1)
print("elasticsearch version check passed")