In this lesson, you’re going to revisit templates and deal with the TemplateDoesNotExist
error you saw in the previous lesson.
You’re going to make a new html
file, all_projects.html
, in your double folder structure. When you’ve created your template and made sure Django knows where to find it, it can be rendered.
reblark on Oct. 29, 2019
When I shut everything down and then return, how do I get back into the virtual environment in the directory where my app is?