Revert "Try out postgres fulltext search."

This reverts commit c47350f449.
This commit is contained in:
2022-07-30 14:07:13 +02:00
parent c47350f449
commit 8c5d017ed1
3 changed files with 1 additions and 10 deletions

View File

@@ -47,7 +47,6 @@ INSTALLED_APPS = [
'crispy_forms',
'crispy_bootstrap5',
'django.forms',
'django.contrib.postgres'
]
FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'

View File

@@ -68,7 +68,6 @@ INSTALLED_APPS = [
'crispy_forms',
'crispy_bootstrap5',
'django.forms',
'django.contrib.postgres'
]