Browse Source

Remove código desnecessário

pull/1743/head
Marcio Mazza 7 years ago
parent
commit
cf4c9bb70b
  1. 4
      sapl/legacy_migration_settings.py

4
sapl/legacy_migration_settings.py

@ -31,9 +31,5 @@ DATABASE_ROUTERS = ['sapl.legacy.router.LegacyRouter', ]
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'

Loading…
Cancel
Save