[web2py] Interface for "admin" users to create new users?

2017-11-28 Thread Martti Lamberg
https://stackoverflow.com/questions/47542066/web2py-interface-for-admin-users-to-create-new-users I want to disable normal registering in my web2py app and only allow certain "admin" users to create new users. I know how to disable registering, but I don't know how to make an interface for

[web2py] Re: Unable to install HandsOnTable plugin

2015-08-29 Thread Martti Lamberg
I tried it on several views and apps but it didn't work, until I figured out it might be because of I'm using python anywhere. So yes, I got it to work on normal desktop web2py. That might actually be the root of my original problem. -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: Unable to install HandsOnTable plugin

2015-08-27 Thread Martti Lamberg
Okay, I can't get it to work. I did like in this tutorial: http://docs.handsontable.com/0.17.0/tutorial-quick-start.html I embed the library directly from their server. It seems like it crashes at the var hot expression var hot statement Here's my html file: {{extend 'layout.html'}} div

[web2py] Re: Unable to install HandsOnTable plugin

2015-08-26 Thread Martti Lamberg
, Dave S wrote: On Thursday, August 20, 2015 at 10:17:59 PM UTC-7, Martti Lamberg wrote: I can't install HandsOnTable plugin into my app. Tried the automatic plugin installer in .../admin/default/plugins/my_app but it says: unable to install plugin

[web2py] Unable to install HandsOnTable plugin

2015-08-20 Thread Martti Lamberg
I can't install HandsOnTable plugin into my app. Tried the automatic plugin installer in .../admin/default/plugins/my_app but it says: unable to install plugin web2py.plugin.HandsOnTable_plugin_for_a_spreadsheet.w2p Tried manually installing it too. I downloaded the

[web2py] Re: Easy way to make a functional table / grid / spreadsheet

2015-07-01 Thread Martti Lamberg
I guess always as a direct response to a user action. I'm not entirely sure as I can't think of an example of that so called server push. But I guess the game is static in that sense that it doesn't do anything unless the user makes it so. Well one thing comes in mind and that is login

[web2py] Re: Easy way to make a functional table / grid / spreadsheet

2015-06-30 Thread Martti Lamberg
Thank you for your answers! And sorry for the radio silence. I took some of your advice and went and studied some javascript and came up with a small demo. More on the workflow: I need updates coming to and going from server without page reloads. Not necessarily all of them, but it would make

[web2py] Easy way to make a functional table / grid / spreadsheet

2015-06-12 Thread Martti Lamberg
Hi! If this isn't a good place to ask, can someone please forward me to a better web2py forum. I have a question. Is there an easy way to make a functional table / grid / spreadsheet (or whatever the word is in English, I'm not referring to database table, or a desk)? I want a sort of a map