I'm trying to deploy my django project to my host using cpanel, but there are some new options in Create python applications tab. What should i set for the following items:
"Application startup file"
"Application Entry point"
I'm trying to deploy my django project to my host using cpanel, but there are some new options in Create python applications tab. What should i set for the following items:
"Application startup file"
"Application Entry point"
Ok it's actually pretty simple. When you want to deploy your Django app to cpanel, these field should be filled with:
Application startup file = Address of Manage.py file to start your app.
Application Entry point = Address of wsgi.py in your project folder.