PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, November 13, 2022

[FIXED] How to install Django on shared hosting server with Plesk?

 November 13, 2022     django, plesk, python, shared-hosting     No comments   

Issue

My question is: how can I install DJANGO on a shared hosting account?

My hosting supports PYTHON 2.4. After copying the files to the ftp server, what is the next step? On Django site it says you need to to this:

tar xzvf Django-1.3.tar.gz
cd Django-1.3
sudo python setup.py install

But I dont see any command shell on my plesk account admin page. Now, there is an option on my hosting provider that gives what they call "SSH chrooted shell access with a limited command set" for €60 euros more.

Do I need to get that shell access upgrade for Django/PYTHON development?
Thanks very much!


Solution

You could use a "django ready" hoster (eg google apps)!

here's an collection of links https://code.djangoproject.com/wiki/DjangoFriendlyWebHosts



Answered By - enthus1ast
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing