You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oi @leilaapsilva. Que tal você postar aqui todo erro que aparece no terminal? Já configurou a importação do decouple no settings.py do projeto? Talvez seja isso.
Estava tentando configurar e ao rodar
python manage.py migrate
aparece o seguinte erro:ImportError: No module named decouple
Já tentei instalar com
pip install python-decouple
e também adicionandopython-decouple==3.1
ao requirements.txt, mas o erro persiste.The text was updated successfully, but these errors were encountered: