when i change the passenger_wsgi.py to
import <project_name>.wsgi
application = <project_name>.wsgi.application
i encounter with below error:
Web application could not be started by the Phusion Passenger(R) application server.
Please read the Passenger log file (search for the Error ID) to find the details of the error.
thanks for your help
i change wsgi.py in project to :
os.environ[“DJANGO_SETTINGS_MODULE”] = “project.settings”
mopiry19821982 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.