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/***