Try out postgres fulltext search.

This commit is contained in:
2022-04-20 17:33:24 +02:00
parent 0aadf4305f
commit c47350f449
3 changed files with 10 additions and 1 deletions

View File

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

View File

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