Sunday, March 19, 2023

Convoluted

 Django # 18, appears convoluted. It does use a ManytoMany field: one of many users

likes one of many posts! It also calls on http to make changes to article_details.html

ie there is an additions operation to change the likes count on a page.


From models:


From views:
                                                                               

                                                                                

From article_details.html:
                                                                             

From urls:
                                                                                    



No comments: