-1

I am getting this error while deploying django project on uwsgi and nginx server ImportError: No module named django.core.wsgi

Prithviraj Mane
  • 230
  • 1
  • 15
  • Possible duplicate of [ImportError: No module named django.core.wsgi for uwsgi](http://stackoverflow.com/questions/14194859/importerror-no-module-named-django-core-wsgi-for-uwsgi) – mommermi May 12 '17 at 16:57
  • I am getting error while testing uwsgi --http ip:8080 --home /home/prithvi/Env/curanest --chdir /home/prithvi/curanest -w curanest.wsgi – Prithviraj Mane May 12 '17 at 17:04

1 Answers1

-1
  1. Check Django Version
  2. Make sure settings.py is loaded in to env properly.
user1187968
  • 7,154
  • 16
  • 81
  • 152