[web2py] nssm does not work

2019-06-02 Thread rāma
I am using the latest version of NSSM - the Non-Sucking Service Manager; both 2.24 and the prelease build 2.2.4-101 . Unfortunately for me, NSSM sucked big time and trying to get it working with web2py was an utter waste of time. Tried -K; nothing and tried -X; nothing anyways Env: Python3.7 W

[web2py] Re: How do i install a program?

2019-06-02 Thread Massimo Di Pierro
If you have web2py installed and do not want to install git, than just unzip the evote app under web2py/applications/ On Sunday, 2 June 2019 12:13:04 UTC-7, Gavinology wrote: > > I have been trying to install the program E-vote into web2py but do not > know how.I am using windows. Can anyone gui

[web2py] Re: How do i install a program?

2019-06-02 Thread 黄祥
seems git haven't installed yet on your system, think first install the git then follow the steps above (on your prev message) ref: https://git-scm.com/download/win best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

Re: [web2py] Re: How can I generate hash for user password like web2py

2019-06-02 Thread Константин Комков
I think will be 3 entrants in that year вс, 2 июн. 2019 г., 23:47 Константин Комков : > All entrant information are checking by operators and if that information > correct entrant can be registrated in personal cabinet. If entrant gived > our information on site, it's work like auth registrat

Re: [web2py] Re: How can I generate hash for user password like web2py

2019-06-02 Thread Константин Комков
All entrant information are checking by operators and if that information correct entrant can be registrated in personal cabinet. If entrant gived our information on site, it's work like auth registration form. Entrant push your own password and after operators check entrant's info entrant can logi

Re: [web2py] route 53 or Dns record

2019-06-02 Thread Carlos Costa
It is not possible withou hiring extra web apps. Pythonanywhere requires on web app per subdomain or domain. I move recently to pythonanywhere, because of aws costs. I am happy with evertything in pythonanywhere, unless with this topic. I had to give up the subdomain per user strategy. I moved to

[web2py] Re: How can I generate hash for user password like web2py

2019-06-02 Thread Massimo Di Pierro
You can make you own registration form that does not require a password. form = SQLFORM(db.auth_user) Then you can tell them to go on the system and use their email to request a password. On Thursday, 30 May 2019 00:11:20 UTC-7, Константин Комков wrote: > > As I understand entrant came on foot

Re: [web2py] route 53 or Dns record

2019-06-02 Thread karthikeyan p
Can i do it with pythonanywhere.com if i am a paid user?? I have api and program to add/delete/edit dns record in godaddy If it is possible to make it with pythonanywhere.com , i am happy somuch On Sun, 2 Jun 2019 at 7:16 PM, karthikeyan p wrote: > Thanks alot for reply . I will try this idea

Re: [web2py] route 53 or Dns record

2019-06-02 Thread karthikeyan p
Thanks alot for reply . I will try this idea and let you know On Sun, 2 Jun 2019 at 7:09 PM, Carlos Costa wrote: > I was about to do this before I gave up on aws because of costs. > So I don't know exactly what have to be done. > But what I think you have to do is: > -use aws api or cli to inse

Re: [web2py] route 53 or Dns record

2019-06-02 Thread Carlos Costa
I was about to do this before I gave up on aws because of costs. So I don't know exactly what have to be done. But what I think you have to do is: -use aws api or cli to insert the record on route53 dns -add the respective entry on routes.py on web2py folder for this maybe you want to store a list

[web2py] Re: Web3py

2019-06-02 Thread Massimo Di Pierro
On Saturday, 1 June 2019 20:03:24 UTC-7, 黄祥 wrote: > > agree, flexible is no policy, long story short what i mean is, can user > define templates on it's own path in the app ? > *e.g. * > *apps/_scaffold/settings.py* > TMPLTS_FOLDER = os.path.join(APP_FOLDER, 'views') > > Instead of @action.uses