Posts by Layonzera • 1 point
1 post
-
-1
votes1
answer35
viewsA: How to set specific directory for Render_template flask?
app = Flask(name, template_folder="views") This "views", in this case is the name in which I changed from templates to views. So, you will have to change the name to views in the directory. (views…