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 = [