Try out postgres fulltext search.
This commit is contained in:
@@ -47,6 +47,7 @@ INSTALLED_APPS = [
|
||||
'crispy_forms',
|
||||
'crispy_bootstrap5',
|
||||
'django.forms',
|
||||
'django.contrib.postgres'
|
||||
]
|
||||
|
||||
FORM_RENDERER = 'django.forms.renderers.TemplatesSetting'
|
||||
|
@@ -68,6 +68,7 @@ INSTALLED_APPS = [
|
||||
'crispy_forms',
|
||||
'crispy_bootstrap5',
|
||||
'django.forms',
|
||||
'django.contrib.postgres'
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user