Re: [Twisted-Python] Twisted and Flask or Django

2017-04-19 Thread Tom Uijldert
> -Original Message- > From: Twisted-Python [mailto:twisted-python- > boun...@twistedmatrix.com] On Behalf Of Phil Mayers > Sent: 19 April 2017 12:34 > To: twisted-python@twistedmatrix.com > Subject: Re: [Twisted-Python] Twisted and Flask or Django > > On 18/04/1

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-19 Thread Phil Mayers
On 18/04/17 06:09, Hynek Schlawack wrote: Oh and I’d like to propose to officially merge the twisted-web mailing list into this one. I don’t think it makes any sense to Seconded. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-18 Thread Glyph Lefkowitz
> On Apr 18, 2017, at 10:29 PM, Glyph Lefkowitz wrote: > > Do be honest *facepalm*. "To". To be honest.___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-18 Thread Glyph Lefkowitz
> On Apr 18, 2017, at 9:02 PM, Craig Rodrigues wrote: > > On Mon, Apr 17, 2017 at 2:10 AM, Hynek Schlawack > wrote: > > I have to disagree here BTW. When I started using Twisted as a WSGI > container, I was vexed by its lack of docs (and I’m still confused about many > de

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-18 Thread Craig Rodrigues
On Mon, Apr 17, 2017 at 2:10 AM, Hynek Schlawack wrote: > > I have to disagree here BTW. When I started using Twisted as a WSGI > container, I was vexed by its lack of docs (and I’m still confused about > many details). There’s a few blog posts around but none of them reach the > straight-forwa

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-18 Thread Glyph Lefkowitz
> On Apr 18, 2017, at 12:45 AM, Pantelis Theodosiou wrote: > > Great, I'll be happy to do that. I think if you log in you should be able to create and edit most pages, although the front page will be locked. Let me know if that is not the case. -g

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-18 Thread Glyph Lefkowitz
> On Apr 17, 2017, at 10:09 PM, Hynek Schlawack wrote: > > Oh and I’d like to propose to officially merge the twisted-web mailing list > into this one. I don’t think it makes any sense to separate those two > anymore. It’s hard to do anything without web nowadays. :) I'm definitely inclined

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-18 Thread Pantelis Theodosiou
On Sun, Apr 16, 2017 at 8:33 PM, Glyph Lefkowitz wrote: > On Apr 16, 2017, at 8:27 AM, Pantelis Theodosiou > wrote: > > > Are there any similar resources for other web frameworks, for example > Pyramid? And when I say resources, I mean talks, presentations or just a > web page with example code.

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-17 Thread Hynek Schlawack
>> I have to disagree here BTW. When I started using Twisted as a WSGI >> container, I was vexed by its lack of docs (and I’m still confused about >> many details). There’s a few blog posts around but none of them reach the >> straight-forwardibility of e.g. gunicorn’s docs. I’ve ended up ask

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-17 Thread Glyph Lefkowitz
> On Apr 16, 2017, at 11:10 PM, Hynek Schlawack wrote: > > >> For the most part, general WSGI documentation should get you most of the way >> there with specific frameworks though. This used to be a lot worse but in >> recent years there's been a lot of convergence. > > I have to disagree h

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-16 Thread Hynek Schlawack
> For the most part, general WSGI documentation should get you most of the way > there with specific frameworks though. This used to be a lot worse but in > recent years there's been a lot of convergence. I have to disagree here BTW. When I started using Twisted as a WSGI container, I was ve

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-16 Thread Glyph Lefkowitz
> On Apr 16, 2017, at 8:27 AM, Pantelis Theodosiou wrote: > > Thank you, this looks very interesting. > > As I was planning to ask a relevant question, let me add it here: > > Are there any similar resources for other web frameworks, for example > Pyramid? And when I say resources, I mean talk

Re: [Twisted-Python] Twisted and Flask or Django

2017-04-16 Thread Pantelis Theodosiou
Thank you, this looks very interesting. As I was planning to ask a relevant question, let me add it here: Are there any similar resources for other web frameworks, for example Pyramid? And when I say resources, I mean talks, presentations or just a web page with example code. I think it would be

[Twisted-Python] Twisted and Flask or Django

2017-04-15 Thread Craig Rodrigues
Hi, Moshe Zadka recently gave a very good presentation on using Twisted as a WSGI container for Django or Flask apps at the San Francisco Django Meetup: https://rawgit.com/moshez/talks/master/twist-wsgi/twist-wsgi.html The examples in this presentation should be cleaned up and maybe put on the f