Re: Need to pick up easy task in repo

2022-10-14 Thread Ammar Mohammed
Dear Rahul First this is not a repository. It's a help group . You should have email notifications to get new questions and help users solve the problem. If you don't know the answer to a problem you can follow with the thread to get the right answer. Regards Ammar Mohammed On Fri, 14 Oct 2022,

Need to pick up easy task in repo

2022-10-14 Thread anshika singh
Hi Team, I want to start contributing in this repository .Please let me know how to start . Email id: anshika@gmail.com Please let me know easy tasks which i can pick up in beginning. Regards, Anshika -- You received this message because you are subscribed to the Google

Proxy Models in ForeignKey field

2022-10-14 Thread Ayush Bisht
Hey everyone, I need a help, regarding use of proxy models at foreignKey field. class User(AbstractUser): is_customer = models.BooleanField(default=False) ... class Customer(User): objects = CustomerManger() # get_queryset will filtered out all the models based on