Skip to content

Commit 720f85c

Browse files
committed
Fixing headline
1 parent 80e34a8 commit 720f85c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/dynamic_data_in_templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Django Querysets
1+
# Dynamic data in templates
22

33
We have different pieces in place: the `Post` model is defined in `models.py`, we have `post_list` in `views.py` and the template added. But how will we actually make our posts appear in our HTML template? Because that is what we want: take some content (models saved in the database) and display it nicely in our template, right?
44

0 commit comments

Comments
 (0)