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