parent
8c63743803
commit
5b79cd21b7
@ -35,13 +35,30 @@ Compatible con todos los navegadores.
|
|||||||
│ ├── font-awesome
|
│ ├── font-awesome
|
||||||
│ └── jquery
|
│ └── 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)
|
![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
|
## Modificar Templates, para usar herencia
|
||||||
|
|
||||||
|
### Creación plantilla base
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Herencia de Plantillas y estructura del sitio
|
## Herencia de Plantillas y estructura del sitio
|
Loading…
Reference in New Issue
Block a user