Hello everyone,
Im using two apps in one project, and I created a templates mais folder with a base.html, and in every app I created own templates folder, is this a correct desing?
Hello everyone,
Im using two apps in one project, and I created a templates mais folder with a base.html, and in every app I created own templates folder, is this a correct desing?
yes, this approach sounds good
Will Vincent recently wrote a tutorial on template structure with the two options, check it out: https://learndjango.com/tutorials/template-structure
Yes, Correct approach