From 1d8400137479f99715b0dfeede8f19442d6930b0 Mon Sep 17 00:00:00 2001 From: "jp.dev" Date: Wed, 18 Nov 2020 22:31:41 -0300 Subject: [PATCH] --- 7b_Proyecto_Web_Completo.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/7b_Proyecto_Web_Completo.md b/7b_Proyecto_Web_Completo.md index f591d82..2b02cd6 100644 --- a/7b_Proyecto_Web_Completo.md +++ b/7b_Proyecto_Web_Completo.md @@ -20,7 +20,7 @@ Compatible con todos los navegadores. [Get started](https://getbootstrap.com/docs/4.5/getting-started/introduction/) -[demo](www.pildorasinformaticas.es/archivos/django/video29.zip) +[demo](https://www.pildorasinformaticas.es/archivos/django/video29.zip) /Proyecto/App/**estatic/App/** ``` ├──  static @@ -41,17 +41,28 @@ 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 %}** +### TAG `{% load static %}` +Cargar contenidos +`{% load static %}` y +**agregar `` + +*base.html* ``` -... {% load static %} + ... + + + ... + + + + ... ... ``` -**Agregar `` + Estilo aplicado, *vista escritorio* ![sitio con estilo aplicado](https://gitea.kickto.net/jp.av.dev/intro_Django/raw/branch/master/ProyectoWeb/wikimg/home_style.png)