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

2010-03-14 Thread kiorky
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).

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@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



signature.asc
Description: OpenPGP digital signature
___
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com


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

2010-03-14 Thread kiorky

Le 14/03/2010 15:36, Gael Pasgrimaud a écrit :
 On Sun, Mar 14, 2010 at 3:16 PM, kiorky kio...@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 ?
Yes.

 Look like your egg is only a paste factory for django.
Yes, as i said previously but it was maybe unclear.
It only contains 2 applications factories (mono or multi django mode).

 
 twod.wsgi do more. like adding views methods, allow to set
 settings.py's attributes etc.
Ok.
You can only set an arbitrary django settings module per application with 
dj.paste.

-- 
Cordialement,
KiOrKY
GPG Key FingerPrint: 0x1A1194B7681112AF



signature.asc
Description: OpenPGP digital signature
___
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com