From f7860db8ebda8f101d82cfe234c38a6f44c9ed2a Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Sun, 15 Nov 2020 14:23:32 -0300 Subject: [PATCH] --- 2_Apps%26BD.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/2_Apps%26BD.md b/2_Apps%26BD.md index 16c6acb..0d74dd9 100644 --- a/2_Apps%26BD.md +++ b/2_Apps%26BD.md @@ -1,10 +1,9 @@ - **Ir a:** *[Repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki)*, *[Templates](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/1_DjangoTemplates#user-content-crear-proyecto)*, *[Admin Panel](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/3_Panel_Administrador#user-content-panel-de-administrador)* - +------- ## Proyecto y Aplicacion(es) @@ -354,10 +353,10 @@ otros: __tle, __range, ...).order_by(precio o -precio para inverso) >>> Articulos.objects.filter(precio__gte=50).order_by('precio') , , , ]> -``` - --------- - +``` + + +------- **Ir a:** *[Repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki)*,