[pylons-discuss] Pyramid Authentication/Authorization Questions

2022-11-29 Thread Jonathan Vanasco
I have 2 large Pyramid applications that use an in-house authentication/authorization and request pre-processing system. I'm in the middle of porting a legacy mod_perl app to Pyramid, and weighing the options of: (i) converting everything to more native Pyramid code, or (ii) abstracting the

Re: [pylons-discuss] Re: SQLAlchemy 2.0 support

2022-11-29 Thread Jonathan Vanasco
That should be fine. If you see any warnings, that's unfortunately more than most developers see! On Monday, November 28, 2022 at 4:14:16 PM UTC-5 zsol...@gmail.com wrote: > I just use "PYTHONWARNINGS=default", afaik that's all I need to do right? > It shows me all the Pyramid and waitress