hello django users as you can see below I am trying to do a signal that whenever I add something on my class ' mail_items ' it will update my class ' mail_item_count ' that has two columns ' country ' and ' mail_items_count ' But I still don't know if I did it right or not , now I am getting this *error unsupported operand type(s) for +: 'builtin_function_or_method' and 'int' , * I think something wrong in the second line of the signal *" count_object.count = count_object.count + 1 "* I will appreciate your help
[image: image.png] -- 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 an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMcj6WcgY8Ek7zDgr2VHbKEb0U0HmScLY9F69SbmLMJ18nUfSQ%40mail.gmail.com.