[web2py] Re: web2py broken with Python 3.8

2020-03-13 Thread 'jim kaubisch' via web2py-users
Hi Villas, Then I'm confused... I've got 15k+ lines of reasonably complex web2py based Python 3.7.6 code. I'm thinking ahead to when it would be wise/necessary to migrate to 3.8 Massimo said "Both web2py and py4web are currently incompatible with python 3.8" (beginning of December) and later

[web2py] Re: Web2py, react, typescript, visual studio code setup

2020-03-13 Thread Larry Weinberg
Thanks for letting me know of the error. The folder was supposed to be named "reactsrc" but I forgot to change it in this repo. It's fixed now. On Friday, March 13, 2020 at 5:40:00 AM UTC-7, Alex Beskopilny wrote: > > > Thanks Larry! great example. > > maybe in *webpack.config.js* > > *- app:

Re: [web2py] DId.app auth is good for web2py apps ?

2020-03-13 Thread Kevin Keller
You need to change your okta tenant URLs and the client Id and Secret. I still points to my tenant :) On Thu, Mar 12, 2020 at 3:05 PM Kevin Keller wrote: > This goes into your db.py and you also need to install okta_jwt via pip. > > I still haven figured it out how to terminate the session

[web2py] Re: Web2py, react, typescript, visual studio code setup

2020-03-13 Thread Alex Beskopilny
Thanks Larry! great example. maybe in *webpack.config.js* *- app: './static/reactsrc/index.tsx'* + app: './static/src/index.tsx' среда, 11 марта 2020 г., 18:59:40 UTC+3 пользователь Larry Weinberg написал: > > Several people have asked about how to set up web2py to work with React > (and Typ