Django Templates

The emphasis on this page is to consider the directory structure with emphasis on the naming and location of the html template files. In my example I have two apps in the project, “certs” is about certificate records and “users” user records. So I have files to index, update, delete, view them both. I also …