I am trying to filter data with some particular condition in Django.
my models.py:
models.py
class myCustomeUser(AbstractUser):