Update '7a_Proyecto_Web_Completo'

jp.av.dev 2021-05-04 12:34:57 -04:00
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
```