Can't save new objects in Django full-text search with PostgreSQL

后端 未结 0 863
难免孤独
难免孤独 2021-01-08 00:55

I\'m following this post on how to add full-text functionality to my Django app. I have the following model:

class CustomUser(AbstractUser):
    email = model         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题