tags:

views:

50

answers:

1

I'm trying to install an open source python + django project: http://github.com/coulix/Massive-Coupon---Open-source-groupon-clone

on a server to play with. I'm using mediatemple.net grid-server hosting. I uploaded the files in my html folder but I can't seem to run the program.

I'd love to talk this out with someone and figure it out.

Jordan

+3  A: 

Did you check out/follow the directions on deploying Django?

mipadi
Yes, I already have django installed on my host.
jordan
Did you also set up Apache/whatever server you're using with mod_wsgi (or whatever mod you prefer to use)?
mipadi