From 1f92b34bb3b82997a5bdd4878f2375fca7559239 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Mon, 16 Nov 2020 21:02:37 -0300 Subject: [PATCH] +proyectowebcompleto --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31e7b86..ae7b50b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ - [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]() -- []() -- []() +### [Proyecto Web](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7_Proyecto_Web_Completo#user-content-proyecto-web) +- [Iniciar Django Project](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7_Proyecto_Web_Completo#user-content-inicio-proyectoweb) +- [Creación Vistas](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7_Proyecto_Web_Completo#user-content-creaci%C3%B3n-de-las-vistas) +- [Registro de URLs](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7_Proyecto_Web_Completo#user-content-registro-de-urls) +- [Organizar URLs por App](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7_Proyecto_Web_Completo#user-content-organizar-urls-por-app) +- [Crear Templates](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7_Proyecto_Web_Completo#user-content-crear-templates) +- [Restrar App](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7_Proyecto_Web_Completo#user-content-registrar-app) +- [Registro Vistas html](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/7_Proyecto_Web_Completo#user-content-modificar-vistas-para-html)