Errors when runserver
Closed this issue · 2 comments
eddapp commented
I understand there is another repo thats updated form this one however it seems incomplete....anyway this repo has this error:
from decouple import config
ModuleNotFoundError: No module named 'decouple'
this appears after following your instrucitons then runserver. can not migrate or runserver.
eddapp commented
solved it
buzz-buzz-Alaska commented
For anyone wondering, the solution is to run pip install python-decouple
, or the equivalent command on your Operating System.