Skip to main content



#python #cPanel #noTerminal
It really is hard to deploy python django job in cPanel with out Terminal, This is how you can do it.
How to do it:
Very first, build a needs.txt of your task using pip freeze Better-than indication demands.txt
Now zip and upload the task into your hosting server/shared host and extract it
develop a python app from cPanel and use the application root as the exact same folder of the venture.
Cease the software
Now, employing cPanel put in needs.txt
then on the software root, there will be a passenger_wsgi.py file open up the file modify and import application from your undertaking wsgi eg. from myproject.wsgi import software
run the python application, it should be doing work. Fix the static by changing static dir to public_html and transferring the information to public_html

Thank you, hope this helps

22 Comments

Leave a Reply