From 446735631dcf84b9ac4d091f7c7a85f308c473b5 Mon Sep 17 00:00:00 2001 From: "jp.dev" Date: Wed, 18 Nov 2020 14:15:48 -0300 Subject: [PATCH 1/7] =?UTF-8?q?ed:=20ejemplo=20modularizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TiendaOnline/README.md | 42 ++++++++++++++---------------------------- 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/TiendaOnline/README.md b/TiendaOnline/README.md index e1808f1..2765f54 100644 --- a/TiendaOnline/README.md +++ b/TiendaOnline/README.md @@ -8,37 +8,23 @@ ### Modularización -*ej. Proyecto1* +*ej. Reutilización de webApps en dos proyectos* ``` - __________________________________ -| Proyecto Tienda Online | -| | -| App1 App2 | -| [Panel Control] [Stock] | -| | -| App3 App4 | -| [Ventas] [Pagos] | -| | -| App5 App6 | -| [Envíos] [Promos] | -|__________________________________| + __________________________________ __________________________________ +| Proyecto Tienda Online | | Proy. Gestión Almacen | +| | | | +| App1 App2 | | App1 App2 | +| [Panel Control] [Stock] | | [Proveedores] [Stock] | +| | | | +| App3 App4 | | App3 App4 | +| [Ventas] [Pagos] | | [Ventas] [Pagos] | +| | | | +| App5 App6 | | App5 App6 | +| [Envíos] [Promos] | | [Envíos] [Promos] | +|__________________________________| |__________________________________| + ``` -*ej. Proyecto2* -``` - __________________________________ -| Proy. Gestión Almacen | -| | -| App1 App2 | -| [Proveedores] [Stock] | -| | -| App3 App4 | -| [Ventas] [Pagos] | -| | -| App5 App6 | -| [Envíos] [Promos] | -|__________________________________| -``` -------- From 61fc68509493cda6f2b35843fc82292a1e056363 Mon Sep 17 00:00:00 2001 From: "jp.dev" Date: Wed, 18 Nov 2020 14:18:38 -0300 Subject: [PATCH 2/7] esteticos --- TiendaOnline/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TiendaOnline/README.md b/TiendaOnline/README.md index 2765f54..dae5663 100644 --- a/TiendaOnline/README.md +++ b/TiendaOnline/README.md @@ -28,8 +28,8 @@ -------- -**Recordar activar entorno virtual** -*source /home/sat/weblocal/.django-env/bin/activate +***Recordar activar entorno virtual*** +🔸️ `source /home/sat/weblocal/.django-env/bin/activate` Creación de proyecto : ` django-admin startproject TiendaOnline` Cambiar a carpeta de proy.: ` cd /TiendaOnline` From ec256eb8b2f0b4ff84ef3bf625e5c8fe07bb2f3f Mon Sep 17 00:00:00 2001 From: "jp.dev" Date: Wed, 18 Nov 2020 22:49:33 -0300 Subject: [PATCH 3/7] Update 'ProyectoWeb/README.md' --- ProyectoWeb/README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ProyectoWeb/README.md b/ProyectoWeb/README.md index 6aa6863..5c0642e 100644 --- a/ProyectoWeb/README.md +++ b/ProyectoWeb/README.md @@ -1,5 +1,5 @@ -### [Proyecto Web](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-proyecto-web) -- [Iniciar Django Project](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-inicio-proyectoweb) +## [Proyecto Web](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-proyecto-web) +- [Iniciar Proyecto Django](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-inicio-proyectoweb) - [Creación Vistas](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-creaci%C3%B3n-de-las-vistas) - [Registro de URLs](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-registro-de-urls) - [Organizar URLs por App](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-organizar-urls-por-app) @@ -7,4 +7,9 @@ - [Restrar App](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-registrar-app) - [Registro Vistas html](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-modificar-vistas-para-html) -- [Formato del sitio con Bootstrap](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-dar-formato-al-sitio-con-bootstrap) +## [Bootstrap y Herencia en la estructura del sitio](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo) +- [Formato del sitio con Bootstrap](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-dar-formato-al-sitio-con-bootstrap) +- [TAG {% load static %}](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-tag-load-static) +- [Herencia de Plantillas](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-herencia-de-plantillas-y-estructura-del-sitio) +- [Creción de plantilla base](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-creaci%C3%B3n-plantilla-base) +- [Barra de navegación, destacar sitio en visita](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-barra-de-navegacion-destacar-sitio-en-visita) From c0b464edfcba70829aeaf55756e0cfbffe9430a8 Mon Sep 17 00:00:00 2001 From: "jp.dev" Date: Thu, 19 Nov 2020 00:54:29 -0300 Subject: [PATCH 4/7] fin32 --- ProyectoWeb/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ProyectoWeb/README.md b/ProyectoWeb/README.md index 5c0642e..143e705 100644 --- a/ProyectoWeb/README.md +++ b/ProyectoWeb/README.md @@ -13,3 +13,7 @@ - [Herencia de Plantillas](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-herencia-de-plantillas-y-estructura-del-sitio) - [Creción de plantilla base](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-creaci%C3%B3n-plantilla-base) - [Barra de navegación, destacar sitio en visita](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-barra-de-navegacion-destacar-sitio-en-visita) +- [Crar App servicios](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-creacion-de-otra-app +- [ORM Creación modelo](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-orm-object-relational-mapping) +- [Pillow, almacenar imagenes](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-para-usar-imagenes) + From 32f1207e5d25820234da4dd2ee0a39cef779fc46 Mon Sep 17 00:00:00 2001 From: "jp.dev" Date: Thu, 19 Nov 2020 00:56:12 -0300 Subject: [PATCH 5/7] ed --- ProyectoWeb/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProyectoWeb/README.md b/ProyectoWeb/README.md index 143e705..0ddce4f 100644 --- a/ProyectoWeb/README.md +++ b/ProyectoWeb/README.md @@ -11,9 +11,9 @@ - [Formato del sitio con Bootstrap](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-dar-formato-al-sitio-con-bootstrap) - [TAG {% load static %}](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-tag-load-static) - [Herencia de Plantillas](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-herencia-de-plantillas-y-estructura-del-sitio) -- [Creción de plantilla base](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-creaci%C3%B3n-plantilla-base) +- [Creación de plantilla base](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-creaci%C3%B3n-plantilla-base) - [Barra de navegación, destacar sitio en visita](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-barra-de-navegacion-destacar-sitio-en-visita) -- [Crar App servicios](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-creacion-de-otra-app +- [Creación App servicios](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-creacion-de-otra-app) - [ORM Creación modelo](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-orm-object-relational-mapping) - [Pillow, almacenar imagenes](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-para-usar-imagenes) From 4a1abffd6540a4604eaa3c11b042b9c73993a4b3 Mon Sep 17 00:00:00 2001 From: "jp.dev" Date: Thu, 19 Nov 2020 01:02:24 -0300 Subject: [PATCH 6/7] ed --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0419c99..ac90987 100644 --- a/README.md +++ b/README.md @@ -33,15 +33,19 @@ ### [API Forms](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/6_API_Forms#user-content-api-forms) - [Creacion de formulario](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/6_API_Forms#user-content-creaci%C3%B3n-de-formularios-con-api-forms) -- [Modifcando views.py para el API](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/6_API_Forms#user-content-cambiando-views-py-para-usar-el-api-forms) - +- [Modifcando views.py para el API](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/6_API_Forms#user-content-cambiando-views-py-para-usar-el-api-forms) + + ------- + + +# 📚️ [Proyecto Web Completo](https://gitea.kickto.net/jp.av.dev/intro_Django/src/branch/master/ProyectoWeb) ### [Proyecto Web](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-proyecto-web) -- [Iniciar Django Project](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-inicio-proyectoweb) +- [Iniciar Proyecto Django](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-inicio-proyectoweb) - [Creación Vistas](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-creaci%C3%B3n-de-las-vistas) - [Registro de URLs](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-registro-de-urls) - [Organizar URLs por App](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-organizar-urls-por-app) @@ -49,3 +53,13 @@ - [Restrar App](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-registrar-app) - [Registro Vistas html](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-modificar-vistas-para-html) +### [Bootstrap y Herencia en la estructura del sitio](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo) +- [Formato del sitio con Bootstrap](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-dar-formato-al-sitio-con-bootstrap) +- [TAG {% load static %}](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-tag-load-static) +- [Herencia de Plantillas](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-herencia-de-plantillas-y-estructura-del-sitio) +- [Creación de plantilla base](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-creaci%C3%B3n-plantilla-base) +- [Barra de navegación, destacar sitio en visita](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-barra-de-navegacion-destacar-sitio-en-visita) +- [Creación App servicios](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-creacion-de-otra-app) +- [ORM Creación modelo](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-orm-object-relational-mapping) +- [Pillow, almacenar imagenes](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-para-usar-imagenes) + From 87ab222b8fee8ec2ca366fae76799ede5e045ed5 Mon Sep 17 00:00:00 2001 From: "jp.dev" Date: Thu, 19 Nov 2020 01:05:41 -0300 Subject: [PATCH 7/7] ed --- ProyectoWeb/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProyectoWeb/README.md b/ProyectoWeb/README.md index 0ddce4f..f7f85ab 100644 --- a/ProyectoWeb/README.md +++ b/ProyectoWeb/README.md @@ -1,3 +1,5 @@ +# 📚️ [Proyecto Web Completo](https://gitea.kickto.net/jp.av.dev/intro_Django/src/branch/master/ProyectoWeb) + ## [Proyecto Web](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-proyecto-web) - [Iniciar Proyecto Django](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-inicio-proyectoweb) - [Creación Vistas](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-creaci%C3%B3n-de-las-vistas)