jp.av.dev 2020-11-17 00:04:27 -03:00
parent 8c63743803
commit 5b79cd21b7

@ -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 %}
<!-- Bootstrap -->
<link href="{% static 'ProyectoWebApp/vendor/bootstrap/css/bootstrap.min.css' %}" rel="stylesheet">
...
```
**Agregar `<link href="{% static 'ProyectoWebApp/`a-links-internos**`' %}" rel="stylesheet">`
![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