AttributeError
Exception Value:
'Order' object has no attribute 'items'
Exception Location: D:\OpenServer\domains\myshop\orders\models.py in get_total_cost, line 28
вот код этой строки из models.py
def get_total_cost(self):
return sum(item.get_cost() for item in self.items.all())
что не так?
А ты создал модель OrderItem?
Обсуждают сегодня