From df369f31e9f2ff7898c5c6ba527b374b912004a3 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Sun, 15 Nov 2020 14:24:57 -0300 Subject: [PATCH] --- 1_DjangoTemplates.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/1_DjangoTemplates.md b/1_DjangoTemplates.md index 2d44158..cb436e4 100644 --- a/1_DjangoTemplates.md +++ b/1_DjangoTemplates.md @@ -2,9 +2,8 @@ *[Repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki)*, *[Proyecto y apps (bd)](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 @@ -470,7 +469,7 @@ urlpatterns = [ ] ``` --------- +------- **Ir a:** *[Repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki)*,