Posts by Raphael • 51 points
1 post
-
5
votes2
answers772
viewsA: Django and Template
Your templates directory has to be inside your app web and its Settings.py and the variable TEMPLATES in the key DIRS has to have that the path of that directory. TEMPLATES = [ { 'BACKEND':…