Existing Django project deployment using Apache and Mod_wsgi (windows)
问题 I have a django project which I took it from github. I would like to run the project on my local using apache server. I have installed apache and want to run the project. But I am always getting this error. raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e)) ImportError: Could not import settings 'core.settings' (Is it on sys.path?): No module named cms.models Please find the configuration I am using. Python 2.7 Django 1.4 database in