Skip to content

Commit a5a880f

Browse files
committed
add static
1 parent e8f3690 commit a5a880f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Posts/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def post_list(request):
1414

1515

1616

17+
18+
1719
def post_detail(request,id):
1820
post = Post.objects.get(id=id)
1921
return render(request,'single.html',{'data':post})

0 commit comments

Comments
 (0)