From e17ccf471fc3095b45541abc7c35748645649198 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Mon, 16 Nov 2020 20:59:45 -0300 Subject: [PATCH] --- 7_Proyecto_Web_Completo.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/7_Proyecto_Web_Completo.md b/7_Proyecto_Web_Completo.md index 3a354d2..edc42e8 100644 --- a/7_Proyecto_Web_Completo.md +++ b/7_Proyecto_Web_Completo.md @@ -138,7 +138,18 @@ urlpatterns = [ ``` ## Crear Templates -inicio - servicios - tienda - blog - contacto +``` +├──  ProyectoWeb/ +├──  ProyectoWebApp/ +│ ├──  templates/ +│ │ └──  ProyectoWebApp/ +│ │ ├──  blog.html +│ │ ├──  contacto.html +│ │ ├──  home.html +│ │ ├──  servicios.html +│ │ └──  tienda.html +``` + Estructura de directorios por convención: ***ProyectoWebApp/templates/ProyectoWebApp/***