Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is "Application startup file" option on Cpanel python application?

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"

create application

like image 500
Overlord Avatar asked Sep 11 '19 21:09

Overlord


People also ask

What is application startup file?

Application startup file = Address of Manage.py file to start your app. Application Entry point = Address of wsgi.py in your project folder. Follow this answer to receive notifications. answered Sep 13, 2019 at 10:22. Overlord.


1 Answers

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.

like image 164
Overlord Avatar answered Sep 24 '22 15:09

Overlord