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/***
|
||||
|
Loading…
Reference in New Issue
Block a user