4
Django Yok Yok
"DoesNotExist Hataları" nı anlamaya çalışırken sorunlar yaşıyorum, yanıt yok sonuçlarını yönetmek için doğru yolu bulmaya çalıştım, ancak "DoesNotExist" veya "Object has not Attribute DoestNotExists" sorunlarıyla karşılaşmaya devam ediyorum from django.http import HttpResponse from django.contrib.sites.models import Site from django.utils import simplejson from vehicles.models import * from gpstracking.models import * def request_statuses(request): …