Browse Source

Cambio de versión

politica
Celestino Rey 1 year ago
parent
commit
3950486985
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      JugarAlPadel/K8S/Makefile
  2. +1
    -1
      JugarAlPadel/K8S/Makefile.local
  3. +1
    -0
      JugarAlPadel/gestion_reservas/gestion_reservas/views.py

+ 1
- 1
JugarAlPadel/K8S/Makefile View File

@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
#export REGISTRY=localhost:5000 #export REGISTRY=localhost:5000
export REGISTRY=registry.reymota.es export REGISTRY=registry.reymota.es
export IMG_VERSION = 0.28
export IMG_VERSION = 0.29
export IMG_NGINX_VERSION = 2.3 export IMG_NGINX_VERSION = 2.3
# limpia todo # limpia todo


+ 1
- 1
JugarAlPadel/K8S/Makefile.local View File

@ -2,7 +2,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':')
export REGISTRY=localhost:30500 export REGISTRY=localhost:30500
#export REGISTRY=registry.reymota.es #export REGISTRY=registry.reymota.es
export IMG_VERSION = 1.19
export IMG_VERSION = 1.20
export IMG_NGINX_VERSION = 2.4 export IMG_NGINX_VERSION = 2.4
# limpia todo # limpia todo


+ 1
- 0
JugarAlPadel/gestion_reservas/gestion_reservas/views.py View File

@ -6,6 +6,7 @@ from django.http import HttpResponseForbidden
from eventos.models import Noticia from eventos.models import Noticia
@user_passes_test(lambda u: u.is_staff) @user_passes_test(lambda u: u.is_staff)
def ver_variables_entorno(request): def ver_variables_entorno(request):
if not settings.DEBUG: if not settings.DEBUG:


Loading…
Cancel
Save