[Answer]-Traceback error: Django dictionary

1👍

yourappid must be a dictionary object.

yourappid = XXXXXXXXXXX
return render(request, 'hackathon/facebook.html', {'id': yourappid})

URL dispatcher Docs

Leave a comment