diff --git a/ReyMotaAppsDj/K8S/Makefile b/ReyMotaAppsDj/K8S/Makefile index abc1859..ea1a4b7 100644 --- a/ReyMotaAppsDj/K8S/Makefile +++ b/ReyMotaAppsDj/K8S/Makefile @@ -1,7 +1,7 @@ export ARQUITECTURA := $(shell lscpu |grep itectur | tr -d ' '| cut -f2 -d':') #export REGISTRY=registry.cube.local export REGISTRY=registry.reymota.es -export IMG_VERSION = 0.55 +export IMG_VERSION = 0.56 export IMG_NGINX_VERSION = 1.0 # limpia todo diff --git a/ReyMotaAppsDj/reymota/reymotausers/management/commands/importar_usuarios.py b/ReyMotaAppsDj/reymota/reymotausers/management/commands/importar_usuarios.py index bfe07ce..25a34b1 100644 --- a/ReyMotaAppsDj/reymota/reymotausers/management/commands/importar_usuarios.py +++ b/ReyMotaAppsDj/reymota/reymotausers/management/commands/importar_usuarios.py @@ -33,8 +33,6 @@ class Command(BaseCommand): is_active=usuario_data['is_active'], nombre=usuario_data['nombre'], email=usuario_data['email'], - groups=usuario_data['groups'], - user_permissions=usuario_data['user_permissions'], last_login=usuario_data['last_login'] ) if creado: