Skip to content

Commit

Permalink
Update django4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DonatasNoreika authored Jan 22, 2024
1 parent 039eb48 commit 24a4916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Django/MDs4/django4.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def index(request):
}

# renderiname index.html, su duomenimis kintamąjame context
return render(request, 'index.html', context=context)
return render(request, template_name='index.html', context=context)
```

Kaip rašyti Django ORM (SQL) užklausas:
Expand Down

0 comments on commit 24a4916

Please sign in to comment.