[Web-SIG] ANN: twod.wsgi -- Better WSGI support for Django

Gael Pasgrimaud gael at gawel.org
Sun Mar 14 15:36:27 CET 2010


On Sun, Mar 14, 2010 at 3:16 PM, kiorky <kiorky at cryptelium.net> wrote:
> Toward the PythonPaste support, i made some times ago something that already do
> all of that and even more (like more that one django app sharing the same paste
> configuration).
>

You mean you also patch django's request with webob ?
Look like your egg is only a paste factory for django.

twod.wsgi do more. like adding views methods, allow to set
settings.py's attributes etc.

> It's called dj.paste [1].
>
> [1] - http://pypi.python.org/pypi/dj.paste
>
> Le 08/03/2010 13:04, Gustavo Narea a écrit :
>> Hello, everybody.
>>
>> I'm very pleased to announce the first alpha release of twod.wsgi, a
>> library to make WSGI a first-class citizen in Django applications.
>>
>> I believe it brings WSGI support in Django to the same level as in
>> frameworks like Pylons, or at least that's the goal. If you're missing
>> PasteDeploy or WebOb in Django, you'll love to know you can get them
>> working in your existing application very easily.
>>
>> Here's the Web site:
>> http://packages.python.org/twod.wsgi/
>>
>> Cheers,
>>
>>  - Gustavo.
>> http://dev.2degreesnetwork.com
>>
>> PS: I'll be cross-posting this announcement in some relevant mailing
>> lists, so I'm sorry if you receive this multiple times! I won't do it
>> again, so you may want to keep an eye on our blog if you're interested
>> in twod.wsgi.
>>
>>
>>
>> _______________________________________________
>> Web-SIG mailing list
>> Web-SIG at python.org
>> Web SIG: http://www.python.org/sigs/web-sig
>> Unsubscribe: http://mail.python.org/mailman/options/web-sig/kiorky%40cryptelium.net
>
> --
> Cordialement,
> KiOrKY
> GPG Key FingerPrint: 0x1A1194B7681112AF
>
>
> _______________________________________________
> Web-SIG mailing list
> Web-SIG at python.org
> Web SIG: http://www.python.org/sigs/web-sig
> Unsubscribe: http://mail.python.org/mailman/options/web-sig/gael%40gawel.org
>
>


More information about the Web-SIG mailing list