Update '7a_Proyecto_Web_Completo'
parent
e90594dc62
commit
6049662435
@ -139,15 +139,15 @@ urlpatterns = [
|
||||
|
||||
## Crear Templates
|
||||
```
|
||||
├── ProyectoWeb/
|
||||
├── ProyectoWebApp/
|
||||
│ ├── templates/
|
||||
│ │ └── ProyectoWebApp/
|
||||
│ │ ├── blog.html
|
||||
│ │ ├── contacto.html
|
||||
│ │ ├── home.html
|
||||
│ │ ├── servicios.html
|
||||
│ │ └── tienda.html
|
||||
├── 📁️ ProyectoWeb/
|
||||
├── 📁️ ProyectoWebApp/
|
||||
│ ├── 📂️ templates/
|
||||
│ │ └── 📂️ ProyectoWebApp/
|
||||
│ │ ├── 📄️ blog.html
|
||||
│ │ ├── 📄️ contacto.html
|
||||
│ │ ├── 📄️ home.html
|
||||
│ │ ├── 📄️ servicios.html
|
||||
│ │ └── 📄️ tienda.html
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user