Wednesday, October 26, 2011

Re: Deploying Django

On Wed, Oct 26, 2011 at 5:14 PM, sakthi <sakthi92@gmail.com> wrote:
>.... i installed mod_python and....

that's where you got it wrong.

mod_python is obsolete and deprecated. the supported way to deploy
python apps with apache is mod_wsgi. check

https://docs.djangoproject.com/en/1.3/howto/deployment/modwsgi/

--
Javier

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment