Deploy django on cpanel

I have finished developing my application and am ready to deploy. I rent a host with CPanel. The current setup does not contain modules for either python or django. What do you think is best done. Can I install python and django from the command line and pass the cPanel interface?

If anyone knows about cPanel plugins for django and has any experience, I am glad to hear!

Thank!

+5
source share
1 answer

Try the following:

http://server-support.co/blog/sysadmin/django-on-cpanel-server-for-shared-web-hosting/

1.) Download and extract Django from http://pypi.python.org/simple/django/ in / usr / src

2.) run python setup.py install

+3
source

All Articles