diff --git a/app/views.py b/app/views.py index c3880f7..b34ecf6 100644 --- a/app/views.py +++ b/app/views.py @@ -260,4 +260,5 @@ def AboutUsView(request): context = { } - return render(request,"nosotros.html",context) \ No newline at end of file + return render(request,"nosotros.html",context) + diff --git a/media/1125031-highest-2-lowest-0-1000-0-1500-crop.jpg b/media/1125031-highest-2-lowest-0-1000-0-1500-crop.jpg new file mode 100644 index 0000000..09fd837 Binary files /dev/null and b/media/1125031-highest-2-lowest-0-1000-0-1500-crop.jpg differ diff --git a/media/1129199-caught-stealing-0-1000-0-1500-crop.jpg b/media/1129199-caught-stealing-0-1000-0-1500-crop.jpg new file mode 100644 index 0000000..a393bd4 Binary files /dev/null and b/media/1129199-caught-stealing-0-1000-0-1500-crop.jpg differ diff --git a/media/972109-weapons-2025-0-1000-0-1500-crop.jpg b/media/972109-weapons-2025-0-1000-0-1500-crop.jpg new file mode 100644 index 0000000..a4daf70 Binary files /dev/null and b/media/972109-weapons-2025-0-1000-0-1500-crop.jpg differ diff --git a/requirements.txt b/requirements.txt index 89ac537..5309730 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -django==4.0.1 +django==4.2.11 django-environ==0.8.1 fontawesomefree==6.0.0 -Pillow==10.0.0 +Pillow==11.3.0 django_crispy_forms==1.14.0 diff --git a/static/css/style.css b/static/css/style.css index 05b1fd4..c5b837e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -273,4 +273,5 @@ footer { align-items: flex-start; padding: 0.5rem; } -} \ No newline at end of file +} + diff --git a/static/images/llaveritos.png b/static/images/llaveritos.png index 91d1e52..e56fa14 100644 Binary files a/static/images/llaveritos.png and b/static/images/llaveritos.png differ diff --git a/templates/clientes_list.html b/templates/clientes_list.html index 4554ebf..5179704 100644 --- a/templates/clientes_list.html +++ b/templates/clientes_list.html @@ -1,37 +1,102 @@ -{% extends "padre.html" %} +{% extends "padre.html" %} + {% block loquecambia %} -
| Usuario # | -Nombre | -Apellido | -Dirección | -Teléfono | -|
|---|---|---|---|---|---|
| {{c.pk}} | -{{c.nombre}} | -{{c.apellido}} | -{{c.direccion}} | -{{c.email}} | -{{c.telefono}} | -
| Usuario | +Nombre | +Apellido | +Dirección | +Teléfono | +|
|---|---|---|---|---|---|
| {{ c.pk }} | +{{ c.nombre }} | +{{ c.apellido }} | +{{ c.direccion }} | +{{ c.email }} | +{{ c.telefono }} | +
| + No hay usuarios registrados aún. + | +|||||