Python's Web Server Gateway Interface (wsgi) group
Notices
-
!WSGI and the Pluggable Pipe Dream http://lucumr.pocoo.org/2011/7/27/the-pluggable-pipedream/ !python
-
♻ @cwebber New PEP (3333) resolving !wsgi on !python 3 issues http://www.python.org/dev/peps/pep-3333/
-
New PEP (3333) resolving !wsgi on !python 3 issues http://www.python.org/dev/peps/pep-3333/
- Romain Gauthier repeated this.
-
twod.wsgi 1.0 Final released: http://ur1.ca/0tgol - Enhanced !wsgi support for !django by !2degrees
- Gael Pasgrimaud repeated this.
-
@gustavonarea i wonder why you raise an error when DEBUG is set. Can't you just override it silently ?
-
@gawel Overriding variables in the Python module might lead to hard to debug problems. I think they're better off being mutually exclusive.
-
!wsgi from start to finish: http://gustavonarea.net/blog/posts/wsgi-from-start-to-finish-materials-available/ !python #europython
-
Anyone interested in a !wsgi get-together during #europython? http://mail.python.org/pipermail/web-sig/2010-June/004447.html !python !repoze
-
Web Site Security With #repoze.who and #repoze.what: http://gustavonarea.net/blog/posts/repoze-auth/ !repoze !wsgi !python
-
!wsgi from Start to Finish at #europython: http://gustavonarea.net/blog/posts/wsgi-from-start-to-finish-at-europython-2010/ !python !django
- Frank Becker likes this.
-
just released afpy.ldap 0.7 with repoze.what support. ldap auth in !wsgi is now easy #afpy !python http://a.pwal.fr/repoze_ldap
- Gustavo Narea likes this.
- Gustavo Narea repeated this.
-
@gawel I guess either of them will be fine. I've also started to use packages.python.org to host documentation and it's OK too.
-
@gustavonarea done ! also available in http. pypi page updated. thanks
-
@gawel Thank you! :)
-
twod.wsgi improves !wsgi support in !django and has been released! http://ur1.ca/ork8 !2degrees !python
-
explain why we now have a !wsgi proxy in restkit: http://a.pwal.fr/restkit_proxy
-
RT @benoitc: major improvments in #restkit today. definitly faster also new feature with wsgi_proxy written by @gawel_ !wsgi #http #python
-
Slides for the presentation of twod.wsgi at #djugl: http://ur1.ca/o3f3 !wsgi !2degrees !django
-
why doesn't !wsgi have a logo? surely there are some decent graphic artists in the !python community
-
@sheep That's part of the URL specification, for clients + servers. Your browser/server is not doing this: http://pastebin.com/d43201bbd
-
@gustavonarea I don't think %252f is a sane way to encode / in page names. %2f works on some web servers. On others there is and option.
-
@sheep That's just the only right way to do it. %2F is definitely wrong. I have no doubt about that.
-
-
I'll be talking about !wsgi in !django next week in London. Only 5 tickets left: http://ur1.ca/mj4j !python !2degrees
Tuesday, 16-Feb-10 23:57:26 UTC from web -
repoze.what.plugins.couchdbkit http://a.pwal.fr/what-couchdbkit !wsgi #couchdb
- Gustavo Narea likes this.
- Gustavo Narea repeated this.
-
couchdb adapters for repoze.who and repoze.what: http://a.pwal.fr/what-couchdbkit !repoze
-
Integrating PasteDeploy and Buildout: http://packages.python.org/deployrecipes/ !2degrees !python !wsgi