Mr Singh

Results 3 comments of Mr Singh

Hello @Gagaro. I'm getting the same error, Could you please help me with this. I have the same model as rlwy

I can use this to override but I'm not pretty sure, ``` class CustomManager(models.Manager): def get_queryset(self): return super(CustomManager, self).get_queryset().filter(delete=None) class User(models.Model): # Blah blah objects = CustomManager() ``` I want...

This thread had been really helpful, after wondering for a while and checking this thread, I realised my docker engine was down.