[Answered ]-Models missing error while migrating Django project from dev to production

1👍

It seems your PYTHONPATH doesn’t include /var/www/wsgi/myproject. Can you show your WSGI config file?

1👍

You may need to move/create an __init__.py file in your app directory.

Leave a comment