Skip to content

Instantly share code, notes, and snippets.

@julianram
Last active November 22, 2021 08:11
Show Gist options
  • Save julianram/a89474f410c3cc529dfece3ef3b8db73 to your computer and use it in GitHub Desktop.
Save julianram/a89474f410c3cc529dfece3ef3b8db73 to your computer and use it in GitHub Desktop.
django-proyect

Eliminar pyc problemas con migrate find . | grep -E "(pycache|.pyc|.pyo$|migrations)" | xargs rm -rf

--Crear password cifrado: from django.contrib.auth.hashers import make_password hashed_pass = make_password(plain_text_pass)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment