Django, wsgi, py. what's the difference?
- by Kenny
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?