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 ## Crear Templates
``` ```
├── ProyectoWeb/ ├── 📁️ ProyectoWeb/
├── ProyectoWebApp/ ├── 📁️ ProyectoWebApp/
│ ├── templates/ │ ├── 📂️ templates/
│ │ └── ProyectoWebApp/ │ │ └── 📂️ ProyectoWebApp/
│ │ ├── blog.html │ │ ├── 📄️ blog.html
│ │ ├── contacto.html │ │ ├── 📄️ contacto.html
│ │ ├── home.html │ │ ├── 📄️ home.html
│ │ ├── servicios.html │ │ ├── 📄️ servicios.html
│ │ └── tienda.html │ │ └── 📄️ tienda.html
``` ```