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)