Salam
On Fri, Sep 27, 2024 at 11:12 PM Sreedhar p wrote:
> Hii
>
> On Sat, Sep 28, 2024, 00:32 wrote:
>
>> hi
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send
Hi,
I tried to write a classmothods/ instance method in a Model in order to run
most common query from the model but got errors like below :
""AttributeError: Manager isn't accessible via ... instances""
example code:
class Profile(model.Model):
name = model.Charfield(...)
address = mo
2 matches
Mail list logo