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 ...