TypeError at /app/dashboard/ unsupported operand type(s) for -: 'dict' and 'dict' code example
Example: TypeError: unsupported operand type(s) for +: 'dict' and 'dict'
d = dict1.copy()
d.update(dict2)
d = dict1.copy()
d.update(dict2)