I have an app called users_auth and in the models.py file I have two Models.
users_auth
models.py
PENDING = 1 APPROVED = 2 REJECTED = 3 APPROVE_USER_STA