Browse Source

Quito grupos del api de usuarios

politica
Celestino Rey 9 months ago
parent
commit
3ebdd97988
2 changed files with 1 additions and 3 deletions
  1. +1
    -1
      ReyMotaAppsDj/K8S/Makefile
  2. +0
    -2
      ReyMotaAppsDj/reymota/reymotausers/management/commands/importar_usuarios.py

+ 1
- 1
ReyMotaAppsDj/K8S/Makefile View File

@ -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


+ 0
- 2
ReyMotaAppsDj/reymota/reymotausers/management/commands/importar_usuarios.py View File

@ -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:


Loading…
Cancel
Save