remove elasticsearch from settings
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user