jp.av.dev 2020-11-16 20:59:45 -03:00
parent 1cf52e3dd3
commit e17ccf471f

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