From e2121905d67fef3af0296459a23fa92c39b1740f Mon Sep 17 00:00:00 2001 From: Francisco Rodriguez Date: Sun, 27 Nov 2022 12:35:07 -0700 Subject: [PATCH] index modified --- Admin/settings.py | 2 +- Templates/Clientes/index.html | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Admin/settings.py b/Admin/settings.py index a13c27e..9c1b2ba 100644 --- a/Admin/settings.py +++ b/Admin/settings.py @@ -12,7 +12,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = 'django-insecure-5*mm&uf5zq@t6nrs_5z8-_qtyapm^3&yz^wqqkc_a!v(!ulj-^' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = False +DEBUG = True ALLOWED_HOSTS = ['*'] diff --git a/Templates/Clientes/index.html b/Templates/Clientes/index.html index 02be319..90f712f 100644 --- a/Templates/Clientes/index.html +++ b/Templates/Clientes/index.html @@ -10,6 +10,9 @@ RFC Cliente + PAC + Tipo CFDI + actions @@ -18,6 +21,10 @@ {{obj.uuid}} {{obj.rfcc}} + {{obj.rfcp}} + {{obj.tipo}} + + {% if request.user.is_staff %} View