If it implements WSGI then there is no need to add or modify anything from
the Django side. Both should be able to talk to each other using that
protocol.

Now that specs like WSGI exist there is no point in going back one decade
implementing interfaces to cater for one particular web server integration
implementation.

Ramiro Morales
@ramiromorales
On Nov 25, 2013 1:36 PM, "Kamil Gałuszka" <galusz...@gmail.com> wrote:

> Hi !
>
> I wanted to post this in old topic from 2010 but Google always gives me an
> error on posting so I can't do that there. (soory for that!)
>
> I know that mod_python support was dropped long time ago but I think this
> information should be noted to core developers. There is new release of
> mod_python that support WSGI and is adding Python 3. Maybe we should
> reconsider adding it to django (only documentation I think since if it has
> WSGI support we maybe don't need do anything more. But I'm not sure so I
> could be wrong.)?
>
> Here is WSGI handler to mod_python:
> http://modpython.org/live/current/doc-html/handlers.html#wsgi-handler
>
> New version was released 13 November http://modpython.org/. I think
> someone started refactoring old mod_python and moved project to github.
>
> Cheers
> Kamil Gałuszka
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/cea5e59a-42a7-4084-91ab-8759da7d2f1d%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAO7PdF-_3ydN7q5uoZ_rVvgVT6egcwk63D7udn2LXBZhqwkciw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to