intro_Django/ProyectoWeb/README.md

39 lines
3.9 KiB
Markdown
Raw Normal View History

2020-11-20 20:57:13 -03:00
# 📚️ [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)
2020-11-20 22:17:48 -03:00
2020-11-20 20:57:13 -03:00
- [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)
- [Crear Templates](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7a_Proyecto_Web_Completo#user-content-crear-templates)
- [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)
2020-11-20 22:17:48 -03:00
2020-11-20 20:57:13 -03:00
## [Bootstrap y Herencia en la estructura del sitio](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo)
2020-11-20 22:17:48 -03:00
2020-11-20 20:57:13 -03:00
- [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)
2020-11-20 22:17:48 -03:00
- [Pillow, almacenar imagenes](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7b_Proyecto_Web_Completo#user-content-para-usar-imagenes)
## [Registrar App en Panel de administración](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7c_Proyecto_Web_Completo#user-content-registro-de-app-en-panel-de-administraci%C3%B3n)
- [Servir contenido media](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7c_Proyecto_Web_Completo#user-content-servir-contenido-media)
- [Mostrar Servicios](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7c_Proyecto_Web_Completo#user-content-mostrar-servicios-creados-en-panel-de-administraci%C3%B3n)
- [Reestructuración del sitio](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7c_Proyecto_Web_Completo#user-content-reestructuracci%C3%B3n-del-sitio)
2020-11-21 01:36:16 -03:00
- [Aplicar formato y estilio a servicios.html](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7d_Proyecto_Web_Completo#user-content-aplicar-estilo-a-servicios)
2020-11-20 22:17:48 -03:00
2020-11-21 02:52:57 -03:00
## [Creacion del Blog](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7d_Proyecto_Web_Completo#user-content-creacion-del-blog)
- [Resgistrar Blog en INSTALED_APPS](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7d_Proyecto_Web_Completo#user-content-registrar-app-blog)
- [Blog en Panel de Administración](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7d_Proyecto_Web_Completo#user-content-administrar-blog)
2020-11-21 04:05:23 -03:00
- [Configurar Vistas y URLs](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7d_Proyecto_Web_Completo#user-content-configurar-vistas-y-urls)
2020-11-20 22:17:48 -03:00
- []()
- []()