Django, wsgi, py. what's the difference?

Posted by Kenny on Server Fault See other posts from Server Fault or by Kenny
Published on 2010-03-07T01:20:56Z Indexed on 2010/03/17 14:51 UTC
Read the original article Hit count: 391

Filed under:
|
|
|

I'm trying to get a django application up and running on my cpanel system. I've installed mod_wsgi, and am following the guide here: http://www.nerdydork.com/setting-up-django-on-a-whm-cpanel-vps-liquidweb.html

However, I'm now confused as I don't know what to do next. The application has .py files, and I am able to run it via this: python manage.py runserver 211.144.131.148:8000

However, that's via command line and binds to port 8000. I want to use Apache instead.

The question is, that tutorial doesn't go further into how to get apache to recognize .py files and run the application as I want it. What do I do next?

© Server Fault or respective owner

Related posts about django

Related posts about python