Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

336
Visualizações
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 Respostas
Responde à pergunta

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 Relatório

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda