From e4f81138113f887fb84528243e5466ed1f30c4b1 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Fri, 13 Nov 2020 23:05:14 -0300 Subject: [PATCH] --- 1_DjangoTemplates.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/1_DjangoTemplates.md b/1_DjangoTemplates.md index 88e508d..439b44a 100644 --- a/1_DjangoTemplates.md +++ b/1_DjangoTemplates.md @@ -1,3 +1,7 @@ +<- [Volver al repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki) - siguente -> [Proyecto y apps](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/2_Apps%26BD#user-content-proyecto-y-aplicacion-es) + +----- + ### Creacion Entorno Virtual ``` python3 -m venv .django-env @@ -461,4 +465,7 @@ urlpatterns = [ path('hija1/', herencia1), path('hija2/', herencia2), ] -``` \ No newline at end of file +``` +-------- + +<- [Volver al repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki) - siguente -> [Proyecto y apps](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/2_Apps%26BD#user-content-proyecto-y-aplicacion-es) \ No newline at end of file