Skip to content

Instantly share code, notes, and snippets.

View Izuguchi's full-sized avatar
🧂
mens sana in corpore sano

Izuguchi

🧂
mens sana in corpore sano
  • Central IT
  • Brasilia - DF
View GitHub Profile
@raprasad
raprasad / change_password.md
Last active July 4, 2024 17:20
django user; change password from shell

update django password

general changes

To use in dev environments

  • after python manage.py shell
from django.contrib.auth.models import User