From 5b79cd21b75e93552c1142dd41668437787baf22 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Tue, 17 Nov 2020 00:04:27 -0300 Subject: [PATCH] --- 7b_Proyecto_Web_Completo.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/7b_Proyecto_Web_Completo.md b/7b_Proyecto_Web_Completo.md index e05ab20..947e8b9 100644 --- a/7b_Proyecto_Web_Completo.md +++ b/7b_Proyecto_Web_Completo.md @@ -35,13 +35,30 @@ Compatible con todos los navegadores. │ ├──  font-awesome │ └──  jquery ``` -*modificar Project/App/templates/App/*[***home.html***](https://gitea.kickto.net/jp.av.dev/intro_Django/src/branch/master/ProyectoWeb/ProyectoWebApp/templates/ProyectoWebApp/home.html) +*modificar Project/App/templates/App/*[***home.html*** ![img](https://gitea.kickto.net/jp.av.dev/intro_Django/raw/branch/master/ProyectoWeb/wikimg/home_sin_estilo.png) +### Cargar los contenidos linkeados en home.html +**TAG {% load static %}** +``` +... + {% load static %} + + + +... +``` +**Agregar `` + +![sitio con estilo aplicado](https://gitea.kickto.net/jp.av.dev/intro_Django/raw/branch/master/ProyectoWeb/wikimg/home_style.png) + + ## Modificar Templates, para usar herencia +### Creación plantilla base + ## Herencia de Plantillas y estructura del sitio \ No newline at end of file