Local-library django tutorial error in step 6

Hello! I have been learning Django from your tutorial and it’s very very well written. Thank you guys so much!

However, I am getting errors in the step 6- using generic views for the book-list and book-views part. It doesn’t seem to work. It shows template not found in the debug. I’ve followed the instructions the way it has been explained. Any help would be great. Thanks. :slight_smile:

I get a 404 error
My server currently says:
Not found : /catalog/book

Even /static/css gives a 404 error for some odd reason

And on the browser, when i click on ‘books’ i get --template not found error

I cloned the repo to check what I had been doing wrong, works fine. My bad. Sorry.