Manage.py failed due to no module error

No module named ‘likes’
Anybody any idea concerning this error?

Thx.

Are you referring to django-likes?

perhaps you did not install it? Try:
pip install django-likes

Questions like this provide very little info for people to help you out. Maybe provide some code that is causing your issue (copy / paste. screenshots suck :slight_smile: )

If this IS what you are looking for, you will find it on the PyPI web site. Read up.

Ah, yes. BTW, welcome to the forums

1 Like

Did you add it to INSTALLED_APPS?

I am following the Django course. And in the Storefront this error appeared `and I wasn’t able to continue with the database setup.
Thank you for replying so fast.
I’ll give it a try.

Chris

Yes I did.
Thank you for your replie.

Chris