For some reason I'm yet to figure out, my texts stopped showing in the browser when I got to the "using tabs to separate upcoming and previous books" section. All was well when I displayed items gotten from using Books.object.all(). I have copied the exact code from the blog yet no change.
Very well explained article, waiting for more!
In the last section, ie displaying the latest book for discussion, the html template file should be all_books.html but it is given as book_detail.html
Sorry but little bit confused...if you can help... In forms.py file at the time of creation you have added
from bookclub.models import Discussion
But in the models.py we only have model name Book... There is no model name Discussion.
Please help me with this confusion ๐
This is a wonderfully crafted tutorial. As a scientific programmer the front-end has always been challenging and I haven't found a better introduction to Django anywhere!
Thank you so much for this Amazing article @GirlThatLovesToCode ..it helped me a lot to understand each concept smoothly.
Still confuse How would I get to know what to import at beginning of file at what time..if you can help๐
I'll try creating a blog using the same procedure. As a javascript dev all I can say is kudos! Thanks for the great article. I learnt more than alot
This is highly appreciated ๐๐. Thanks...
Great post for beginners๐ You should write more of those.
Yash Tiwari
Newbie Developer Learning and Sharing
Wow! This made it very easy to understand the basic concepts of Django. For beginners, it is one of the best Django tutorials to read.