remove elasticsearch from settings

This commit is contained in:
2025-10-26 09:29:25 +03:30
parent ead4c5c2a0
commit be536bc8e6

View File

@@ -47,10 +47,8 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_elasticsearch_dsl',
'django_elasticsearch_dsl_drf',
'rest_framework',
"corsheaders",
"corsheaders", # noqa
'rest_framework_simplejwt',
'rest_framework_simplejwt.token_blacklist',
'apps.authentication.apps.AuthenticationConfig',
@@ -71,8 +69,6 @@ INSTALLED_APPS = [
'drf_yasg',
"django_celery_results",
"django_celery_beat",
# "elasticapm.contrib.django",
]
MIDDLEWARE = [