This is my code on html file on a django project. I am using this cod on this function def home(request): context = { 'post': posts } return render(request,'blog/home.html',context
It doesn not displat anything when i see page source it's just bacis html code head and body empty
<html>
<head>
<title> </title>
</head>
<body>
</body>
</html>```
Aucun commentaire:
Enregistrer un commentaire