[web2py] How to shorten URL name for web2py with multiple controllers

2020-08-06 Thread Warwick JC
Hello. I only note that this works only for the index page. routers = dict( # base router BASE=dict( default_application='init', ), # app specific router rivelar=dict( default_controller='default', default_function='index' ) ) I would also like to

[web2py] making url shorter in web2py and google appengine

2020-08-06 Thread Warwick JC
Hello, I followed this example on URL shortening. I wonder how can I do with multiple controllers in the app. Will the example below be pythonic? routers = dict( BASE = dict(

Re: [web2py] Re: Sending smses via my web2py

2020-08-06 Thread António Ramos
i use https://www.easysendsms.com/ very good and with a good and simple api Em qui., 6 de ago. de 2020 às 04:10, Massimo Di Pierro < massimo.dipie...@gmail.com> escreveu: > Nice. will integrate with py4web. :-) > > > On Wednesday, 5 August 2020 16:01:18 UTC-7, Jacinto Parga wrote: >> >> I use

[web2py] Has anybody had experience with Visual Studio Code Remote Development?

2020-08-06 Thread AGRogers
Hi Has anyone used this sort of config before with web2py? That is, VSC connecting via SSH to a remote server (Google Cloud Debian VM for me) and then being able to debug an app on the remote system. I am getting ready to deploy my app for the first time and have been somewhat fearful that if

[web2py] Error with FDB in new version of Web2py

2020-08-06 Thread Константин Комков
*Error ticket for "application"* *Ticket ID* *127.0.0.1.2020-08-06.08-53-16.232678aa-5c76-4d2f-b740-c3dc5be4668d* * ('Error while preparing SQL statement:\n- SQLCODE: -104\n- Dynamic SQL Error\n- SQL error code = -104\n- Unexpected end of command - line 1, column 8', -104, 335544569)* *Версия*

[web2py] Re: Error with FDB in new version of Web2py

2020-08-06 Thread villas
It's a good time to update pyDAL too! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google

[web2py] Re: Error with FDB in new version of Web2py

2020-08-06 Thread Константин Комков
*Villas*, can I update pyDAL myself in web2py or it's suggestion for Massimo Di Pierro?) четверг, 6 августа 2020 г. в 14:25:13 UTC+3, villas: > It's a good time to update pyDAL too! > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Re: Error with FDB in new version of Web2py

2020-08-06 Thread villas
Best way to update is probably just using git. Read the notes referring to pyDAL here: https://github.com/web2py/web2py If you want a quick and dirty experiment, see whether updating the adapter file firebird.py