Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialEdouard Corbin
1,992 PointsError - TemplateDoesNotExist at /courses/2
Hi,
I'm following your tutorial and copy the code as we move forward. I'm using Sublime Text with Python 3.5.1 and Django 1.9.
When I arrive at 07:07, the result I get is not the same as the one in the video. I get an error that says the template doesn't exist.
Here's the error I get : http://dpaste.com/0T1M6YM
Has something changed since the video was published? Is there a step missing in the video?
Thanks,
Edouard
2 Answers
Andreas cormack
Python Web Development Techdegree Graduate 33,011 PointsHi Edouard
Looking at the error django seems to be looking for a template called course_details.html. Shouldn't it be course_detail.html ??
can you post your course_detail view.
thanks
Edouard Corbin
1,992 PointsHi Andreas,
You actually solved my problem! Thanks a lot!
Do you still want me to send you my course_detail view?
Edouard
Andreas cormack
Python Web Development Techdegree Graduate 33,011 Pointsnah its fine, i figured it was a typo. Mark as best answer so others know its been dealt with.
glad i could help !