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