We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c687fe5 commit 11d31aeCopy full SHA for 11d31ae
chapter08/README.md
@@ -452,3 +452,13 @@
452
- summary (no detailed code, I didn't fully understand it yet)
453
1. two new classes added
454
2. one more to register (to admin)
455
+
456
+### Now, let's finish the front part, shall we? 🤪
457
+- What will be changed
458
+ - since the comments are still displayed under the articles
459
+ - so, what we need to do is to modify the **article_list/detail.html**
460
+ - also, there's no need to change the **views.py** or **urls.py** 😄
461
+ - what files?
462
+ - articles/**models.py**
463
+ - templates/**article_list.html**
464
+-
0 commit comments