From da4c12a392d939c086b5401e7279ad832822695b Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Mon, 11 Sep 2017 10:26:05 -0300 Subject: [PATCH] =?UTF-8?q?Desliga=20indexa=C3=A7=C3=A3o=20fulltext=20em?= =?UTF-8?q?=20tempo=20real=20na=20migra=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/legacy_migration_settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sapl/legacy_migration_settings.py b/sapl/legacy_migration_settings.py index b9d2cefc2..2501a44dc 100644 --- a/sapl/legacy_migration_settings.py +++ b/sapl/legacy_migration_settings.py @@ -28,3 +28,6 @@ DEBUG = True MOMMY_CUSTOM_FIELDS_GEN = { 'django.db.models.ForeignKey': 'sapl.legacy.migration.make_with_log' } + +# delisga indexação fulltext em tempo real +HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.BaseSignalProcessor'