From be536bc8e680931792fe482cbd7a859d4e8962ac Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Sun, 26 Oct 2025 09:29:25 +0330 Subject: [PATCH] remove elasticsearch from settings --- Rasaddam_Backend/settings.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Rasaddam_Backend/settings.py b/Rasaddam_Backend/settings.py index 78ac9ad..6186cc7 100644 --- a/Rasaddam_Backend/settings.py +++ b/Rasaddam_Backend/settings.py @@ -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 = [