We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae7aff commit 20a222dCopy full SHA for 20a222d
django_elastic_migrations/__init__.py
@@ -25,7 +25,6 @@
25
'This should be the python path to the elasticsearch client '
26
'to use for indexing.')
27
28
-# logger.debug("using DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT = {}".format(settings.DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT))
29
30
try:
31
es_client = loading.import_module_element(settings.DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT)
0 commit comments