Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

326
Vistas
Djnago superuser login does not work with --noinput option

Super user is being created successfully with --noinput option, but login does not work in admin site.

DJANGO_SUPERUSER_PASSWORD=123#$asdWE
python manage.py createsuperuser --noinput --username admin --email ad@admin.com

login of a superuser without --noinput (manual password typing) is working as expected.

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

Take a look, the char # is truncating the password.

#BAD
dani@dani / % DJANGO_SUPERUSER_PASSWORD=123#$asdWE
dani@dani / % echo $DJANGO_SUPERUSER_PASSWORD 
123#

Solution: Use quotes, also, export the env var:

#OK
dani@dani / % export DJANGO_SUPERUSER_PASSWORD='123#$asdWE' #<- quotes & export
dani@dani / % echo $DJANGO_SUPERUSER_PASSWORD       
123#$asdWE
over 4 years ago · Santiago Trujillo Denunciar

0

just creating a superuser successfully doesn't mean you have a superuser with the ability of logging into the admin page. first you should check if the password correctly set or not maybe you are setting the environment variable in a wrong way and the password didn't set so you can test it by changing the password in shell and retry to login to admin page don't forget to use set_password function to change password

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda