[web2py] Re: Web3py

2019-05-11 Thread 黄祥
$ ./web3py-start applications/
Dashboard is at: http://127.0.0.1:8000/_dashboard
Traceback (most recent call last):
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 560, in 
import_apps
module = importlib.machinery.SourceFileLoader(app_name, init).
load_module()
  File "", line 407, in 
_check_name_wrapper
  File "", line 907, in load_module
  File "", line 732, in load_module
  File "", line 265, in _load_module_shim
  File "", line 696, in _load
  File "", line 677, in _load_unlocked
  File "", line 728, in exec_module
  File "", line 219, in 
_call_with_frames_removed
  File 
"/Users/sugizo/learn/python/web3py/applications/_dashboard/__init__.py", 
line 12, in 
T = Translator(T_FOLDER)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pluralize/__init__.py"
, line 60, in __init__
self.load(folder)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pluralize/__init__.py"
, line 65, in load
for filename in os.listdir(folder):
FileNotFoundError: [Errno 2] No such file or directory: 
'/Users/sugizo/learn/python/web3py/applications/_dashboard/translations'

Traceback (most recent call last):
  File "/Users/sugizo/learn/python/web3py/web3py/core.py", line 560, in 
import_apps
module = importlib.machinery.SourceFileLoader(app_name, init).
load_module()
  File "", line 407, in 
_check_name_wrapper
  File "", line 907, in load_module
  File "", line 732, in load_module
  File "", line 265, in _load_module_shim
  File "", line 696, in _load
  File "", line 677, in _load_unlocked
  File "", line 728, in exec_module
  File "", line 219, in 
_call_with_frames_removed
  File "/Users/sugizo/learn/python/web3py/applications/toys/__init__.py", 
line 5, in 
db = DAL('sqlite://storage.db', folder=os.path.join(os.path.dirname(
__file__), 'databases'))
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pydal/base.py"
, line 171, in __call__
obj = super(MetaDAL, cls).__call__(*args, **kwargs)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pydal/base.py"
, line 477, in __init__
"Failure to connect, tried %d times:\n%s" % (attempts, tb)
RuntimeError: Failure to connect, tried 5 times:
Traceback (most recent call last):
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pydal/base.py"
, line 457, in __init__
self._adapter = adapter(**kwargs)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pydal/adapters/__init__.py"
, line 39, in __call__
obj = super(AdapterMeta, cls).__call__(*args, **kwargs)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pydal/adapters/base.py"
, line 369, in __init__
super(SQLAdapter, self).__init__(*args, **kwargs)
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pydal/adapters/base.py"
, line 53, in __init__
self.reconnect()
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pydal/connection.py"
, line 154, in reconnect
self.connection = self.connector()
  File 
"/Users/sugizo/miniconda3/envs/python3_test/lib/python3.7/site-packages/pydal/adapters/sqlite.py"
, line 42, in connector
return self.driver.Connection(self.dbpath, **self.driver_args)
sqlite3.OperationalError: unable to open database file

127.0.0.1 - - [12/May/2019 08:44:49] "GET /_dashboard HTTP/1.1" 404 459
127.0.0.1 - - [12/May/2019 08:46:38] "GET /_dashboard/index HTTP/1.1" 404 
459

*solutions:*
mkdir applications/_dashboard/databases/
mkdir applications/_dashboard/translations/

best regards,
stifan

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/9cc993b8-008e-445b-9d14-9193ccb4f123%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Vue2pyj - alternative web IDE

2019-05-11 Thread Val K
Thanks for your reply!
I made a version for web3py:
https://github.com/valq7711/vue2pyj/tree/master/vue3pyj
There is a feature of the bottle: If you post json-data it should not be 
greater then bottle.BaseRequest.MEMFILE_MAX
which is 102 400 byte by default!
Is it possible to have a custom bottle.BaseRequest.MEMFILE_MAX per 
application?


On Saturday, May 11, 2019 at 11:31:29 AM UTC+3, Massimo Di Pierro wrote:
>
> I like this a lot. If you are willing to maintain this I think we should 
> make a version for web3py and maybe ship with it.
> Let me think how to best integrate this and please remind me in a couple 
> of weeks.
>
> Massimo
>
> On Friday, 10 May 2019 19:12:26 UTC-7, Val K wrote:
>>
>> As result of experimenting with Rapydscript I want to present my 
>> alternative web IDE for web2py, 
>> (that could be easily ported to web3py as well)
>> https://github.com/valq7711/vue2pyj
>>
>> Any feedback is appreciated
>>
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/e155076b-3c24-413b-8652-62c0b2d8813e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Future of web2py

2019-05-11 Thread Massimo Di Pierro
I would like to see a prototype example. 

On Saturday, 11 May 2019 17:00:14 UTC-7, Carlos Costa wrote:
>
> Untill this moment, for me, it means that in a second run, the app can 
> open instantly, mostly because of cached assets.
> It does not mean that it will always partially work offline. It depends on 
> the need.
> I think most apps made with web2py (and maybe web3py will be in the same 
> case) are dependent on server data and interactions.
> Most data cannot be cached.
> So it's my case.
>
> One advantage of PWA is it being elligible for the A2HS (add to home 
> screen) funcionality.
> Sometimes it is not viable for the user have installed a native mobile 
> version of a web app for long time, because the use is not frequent.
>
> Basically, we need:
> 1 - a manifest.json 
> 2 - icons referenced in the manifest.json, used to build the thome icon 
> and the splash screen
> 3 - a service worker js to be registered for the app, to be served at app 
> root. In web2py it is done with routes.py
> 4 - (optional) workbox to cache automatically all the app assets. (I 
> haven't got this working yet)
>
> The first 3 steps are the only need to the browser display the A2HS pop up.
>
>
>
>
>
>
> Em sáb, 11 de mai de 2019 às 19:07, Massimo Di Pierro <
> massimo.dipie...@gmail.com> escreveu:
>
>> I agree with the article. It is unclear to me that people agree about the 
>> meaning of pwa. Does it mean you can run the app locally as in web2py and 
>> access via the browser? (web2py and web3py can do this) or does it mean 
>> that the app is mostly client-side and you can run the client (in browser 
>> or cordova) without any interaction with a server? This is possible but it 
>> is up to the developer of the front-end. but  is it useful?
>>
>> On Saturday, 11 May 2019 00:40:35 UTC-7, mweissen wrote:
>>>
>>> I think, progessive web applications are a very important way to create 
>>> native-like apps and it would be nice, if web3py could support pwas. There 
>>> is an interesting article about the future of pwas:
>>>
>>> https://enonic.com/progressive-web-apps 
>>>  
>>> Regards, Martin
>>>
>>> Am Sa., 11. Mai 2019 um 05:45 Uhr schrieb 黄祥 <
>>> steve.van.chris...@gmail.com>:
>>>
 What is pwa?


 ref:
 https://en.wikipedia.org/wiki/Progressive_web_applications
 https://developers.google.com/web/progressive-web-apps/
 https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps

 best regards,
 stifan 

 -- 
 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 
 Groups "web2py-users" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to web2py+unsubscr...@googlegroups.com.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/web2py/d4d39e2f-0ab5-400b-b46a-ceaa9ef3da18%40googlegroups.com
  
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>> -- 
>> 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 Groups 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/web2py/4b9537f9-013f-49b3-a72a-b4749ee64596%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> At.
>
> Carlos J. Costa
> --
> Cientista da Computação - Esp. Gestão em Telecom
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/413c0370-dd78-44ec-bb4f-739006f659f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Future of web2py

2019-05-11 Thread Carlos Costa
Untill this moment, for me, it means that in a second run, the app can open
instantly, mostly because of cached assets.
It does not mean that it will always partially work offline. It depends on
the need.
I think most apps made with web2py (and maybe web3py will be in the same
case) are dependent on server data and interactions.
Most data cannot be cached.
So it's my case.

One advantage of PWA is it being elligible for the A2HS (add to home
screen) funcionality.
Sometimes it is not viable for the user have installed a native mobile
version of a web app for long time, because the use is not frequent.

Basically, we need:
1 - a manifest.json
2 - icons referenced in the manifest.json, used to build the thome icon and
the splash screen
3 - a service worker js to be registered for the app, to be served at app
root. In web2py it is done with routes.py
4 - (optional) workbox to cache automatically all the app assets. (I
haven't got this working yet)

The first 3 steps are the only need to the browser display the A2HS pop up.






Em sáb, 11 de mai de 2019 às 19:07, Massimo Di Pierro <
massimo.dipie...@gmail.com> escreveu:

> I agree with the article. It is unclear to me that people agree about the
> meaning of pwa. Does it mean you can run the app locally as in web2py and
> access via the browser? (web2py and web3py can do this) or does it mean
> that the app is mostly client-side and you can run the client (in browser
> or cordova) without any interaction with a server? This is possible but it
> is up to the developer of the front-end. but  is it useful?
>
> On Saturday, 11 May 2019 00:40:35 UTC-7, mweissen wrote:
>>
>> I think, progessive web applications are a very important way to create
>> native-like apps and it would be nice, if web3py could support pwas. There
>> is an interesting article about the future of pwas:
>>
>> https://enonic.com/progressive-web-apps
>>
>> Regards, Martin
>>
>> Am Sa., 11. Mai 2019 um 05:45 Uhr schrieb 黄祥 <
>> steve.van.chris...@gmail.com>:
>>
>>> What is pwa?
>>>
>>>
>>> ref:
>>> https://en.wikipedia.org/wiki/Progressive_web_applications
>>> https://developers.google.com/web/progressive-web-apps/
>>> https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
>>>
>>> best regards,
>>> stifan
>>>
>>> --
>>> 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
>>> Groups "web2py-users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to web2py+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/web2py/d4d39e2f-0ab5-400b-b46a-ceaa9ef3da18%40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
> 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 Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/4b9537f9-013f-49b3-a72a-b4749ee64596%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
At.

Carlos J. Costa
--
Cientista da Computação - Esp. Gestão em Telecom

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAGsD4Nys-5ovCVsLsoRd_4jnJhk%2B%2BEjd1mao%3Df_1RQA3pY5mKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Compiled pack always includes databases and private dirs. Is there any way to pack w/o those?

2019-05-11 Thread João Matos


[image: PackCustom.png]
Tried that, but there is only the option to select either w2p or exe. No 
folder selection (onyl the app name in the checkbox).
I enclose an image of the options available in Pack custom.
I tried source and compiled. Both show the same options.
I tried Firefox and Chrome.

My env
web2py 2.18.5
Python 3.7.1 x86
Firefox 66.0.5 x64
Windows 7 Pro x64 SP1+all upd

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/dc1cf78c-fb2f-4cd7-b0a4-94ce0aeec251%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Future of web2py

2019-05-11 Thread Massimo Di Pierro
I agree with the article. It is unclear to me that people agree about the 
meaning of pwa. Does it mean you can run the app locally as in web2py and 
access via the browser? (web2py and web3py can do this) or does it mean 
that the app is mostly client-side and you can run the client (in browser 
or cordova) without any interaction with a server? This is possible but it 
is up to the developer of the front-end. but  is it useful?

On Saturday, 11 May 2019 00:40:35 UTC-7, mweissen wrote:
>
> I think, progessive web applications are a very important way to create 
> native-like apps and it would be nice, if web3py could support pwas. There 
> is an interesting article about the future of pwas:
>
> https://enonic.com/progressive-web-apps 
>  
> Regards, Martin
>
> Am Sa., 11. Mai 2019 um 05:45 Uhr schrieb 黄祥  >:
>
>> What is pwa?
>>
>>
>> ref:
>> https://en.wikipedia.org/wiki/Progressive_web_applications
>> https://developers.google.com/web/progressive-web-apps/
>> https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
>>
>> best regards,
>> stifan 
>>
>> -- 
>> 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 Groups 
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to web2py+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/web2py/d4d39e2f-0ab5-400b-b46a-ceaa9ef3da18%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/4b9537f9-013f-49b3-a72a-b4749ee64596%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Compiled pack always includes databases and private dirs. Is there any way to pack w/o those?

2019-05-11 Thread Massimo Di Pierro
yes. there is a button to "custom pack" and it lets you pick which 
files/folder to pack.

On Thursday, 9 May 2019 11:26:55 UTC-7, João Matos wrote:
>
> Hello,
>
> Compiled pack always includes databases and private dirs.
> Is there any way to create a compiled pack without including those dirs?
>
> Thanks,
>
> JM
>
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/45fceb4b-b829-4343-a691-04214393dab3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Future of web2py

2019-05-11 Thread Carlos Costa
Recently Google released official support to PWAs in Play Store.

So, if a web2py or web3py scaffoles ships with PWA support, it will be easy
to deploy it on web and Play Store
We would be able make web and mobile apps easily.

This technique is saving me hours and hours.

Em sáb, 11 de mai de 2019 às 04:40, Martin Weissenboeck 
escreveu:

> I think, progessive web applications are a very important way to create
> native-like apps and it would be nice, if web3py could support pwas. There
> is an interesting article about the future of pwas:
>
> https://enonic.com/progressive-web-apps
>
> Regards, Martin
>
> Am Sa., 11. Mai 2019 um 05:45 Uhr schrieb 黄祥  >:
>
>> What is pwa?
>>
>>
>> ref:
>> https://en.wikipedia.org/wiki/Progressive_web_applications
>> https://developers.google.com/web/progressive-web-apps/
>> https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
>>
>> best regards,
>> stifan
>>
>> --
>> 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 Groups
>> "web2py-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to web2py+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/web2py/d4d39e2f-0ab5-400b-b46a-ceaa9ef3da18%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> 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 Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/CAMcwXCevb4KiOgh-OVjXvOQYwb%3DVPYVxT52S_hx6ukEQAAXmAA%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
At.

Carlos J. Costa
--
Cientista da Computação - Esp. Gestão em Telecom

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAGsD4NyFF6Btk29CPjw9TobbUN8SMw2PxiSmTdYVz5HkBK68DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: css templates layouts for web2py

2019-05-11 Thread Alex Beskopilny
 

This is not a template generator. 
This is a template installer to web2py env.
Examples for some free admin dashboards in applications dir

четверг, 9 мая 2019 г., 21:25:00 UTC+3 пользователь Alex Beskopilny написал:

   Hi !
>
>https://github.com/ali96343/facew2p.git
>
>Here is a script that generates web2py application from css templates.
> The script generates layouts, form (from html tag ), tables (from 
> html tag ).
> The script has been tested on 50 templates.
>   
>Thanks and best regards,
> Alex Beskopilny
>
>
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/650f556f-6eb7-488d-a73f-ec5913801fc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: css templates layouts for web2py

2019-05-11 Thread Massimo Di Pierro
Can you some somewhere a few generated templates?

Based on experience with something like this before, I think it would be 
most valuable as a service. Where you allow users to upload a URL of a 
template and you allow download a layout.html + layout.css for web2py 
and/or web3py.



On Thursday, 9 May 2019 11:25:00 UTC-7, Alex Beskopilny wrote:
>
>Hi !
>
>https://github.com/ali96343/facew2p.git
>
>Here is a script that generates web2py application from css templates.
> The script generates layouts, form (from html tag ), tables (from 
> html tag ).
> The script has been tested on 50 templates.
>   
>Thanks and best regards,
> Alex Beskopilny
>
>
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/d2502274-4763-4868-ba45-84eec6b710dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[web2py] Re: Vue2pyj - alternative web IDE

2019-05-11 Thread Massimo Di Pierro
I like this a lot. If you are willing to maintain this I think we should 
make a version for web3py and maybe ship with it.
Let me think how to best integrate this and please remind me in a couple of 
weeks.

Massimo

On Friday, 10 May 2019 19:12:26 UTC-7, Val K wrote:
>
> As result of experimenting with Rapydscript I want to present my 
> alternative web IDE for web2py, 
> (that could be easily ported to web3py as well)
> https://github.com/valq7711/vue2pyj
>
> Any feedback is appreciated
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/0a3f6bf8-4e23-482b-8641-dd97a178cf1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [web2py] Re: Future of web2py

2019-05-11 Thread Martin Weissenboeck
I think, progessive web applications are a very important way to create
native-like apps and it would be nice, if web3py could support pwas. There
is an interesting article about the future of pwas:

https://enonic.com/progressive-web-apps

Regards, Martin

Am Sa., 11. Mai 2019 um 05:45 Uhr schrieb 黄祥 :

> What is pwa?
>
>
> ref:
> https://en.wikipedia.org/wiki/Progressive_web_applications
> https://developers.google.com/web/progressive-web-apps/
> https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps
>
> best regards,
> stifan
>
> --
> 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 Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/d4d39e2f-0ab5-400b-b46a-ceaa9ef3da18%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAMcwXCevb4KiOgh-OVjXvOQYwb%3DVPYVxT52S_hx6ukEQAAXmAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.