Ana Belén Rodríguez
Results
1
comments of
Ana Belén Rodríguez
Hi! Thanks for your answer 🥳. I have a custom manager just for the traces, here is the code: ```python class TaxManager(models.Manager): def create(self, **kwargs): print('### kwargs tax', kwargs) return...