[web2py] Re: py4web: how to import Template and change delimiters

2019-08-06 Thread Alex Beskopilny
it's port lte-2.4.15 to py4web https://github.com/ali96343/lteadmin-py4web четверг, 1 августа 2019 г., 10:48:02 UTC+3 пользователь Alex Beskopilny написал: > > Hi! > I put lte-2.4.15 to py4web and lte works with controllers.py : > > from py4web import action, request, abort, redirect, URL >

[web2py] Re: py4web: how to import Template and change delimiters

2019-08-01 Thread Alex Beskopilny
Thanks Massimo! it works: deliniters="X0X0X0 Y1Y1Y1" and delimiters="[Z[ ]]" py4web was tested with urls lte-2.14.15 and ThreadPoolExecutor(max_workers=10) results: execution time: 98.3 sec, data_size= 3794965000, urls= 56000 bytes/sec= 38596744.13, req/sec= 569.54 четверг, 1 августа

[web2py] Re: py4web: how to import Template and change delimiters

2019-08-01 Thread Massimo Di Pierro
Try from py4web.core import Template On Thursday, 1 August 2019 00:48:02 UTC-7, Alex Beskopilny wrote: > > Hi! > I put lte-2.4.15 to py4web and lte works with controllers.py : > > from py4web import action, request, abort, redirect, URL > from yatl.helpers import A > from . common import db,