Tagged Questions

2
votes
2answers
3k views

Django on CentOS

I'm looking to use Django on a shared host that's running an unknown version of CentOS. My main problem is trying to interface with a database. The server has MySQL installed, but not MySQL-python. I ...
1
vote
1answer
17 views

Update python in server running centos/whm?

I have a server which is running CentOS with cpanel/whm. Otherwise, it is pretty much a standard set up. My problem is that such server is running python 2.4 and I need python 2.6 or later. How do I ...
0
votes
1answer
36 views

Will a “yum install django” over write an existing django version

I want to update the django on my vagrant box (and have no need or desire to use virtualenv) will a simple yum install django suffice?