Hello, If your server is local/dedicated. Then you can use wsgi and link your django app with apache. The below tutorial can help you.
http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/ else if your server is shared. Then you should use fcgi http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/ On shared hostings like godaddy, the server wont have django or any of it's modules installed, in that case you can do a local install in your directory and call the module ;). Happy Hacking!!! -- Anoop Jacob Thomas http://anoop.caremedia.org -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
