justdjango/django-simple-ecommerce

Errors when runserver

Closed this issue · 2 comments

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.

solved it

For anyone wondering, the solution is to run pip install python-decouple, or the equivalent command on your Operating System.