this is my views.py
def sms(request): obj = Sms.objects.all() return render(request, \'advisory.html\', {\'sms\': obj})
and this is on m