[web2py] add values to table during auth user registration

2019-06-06 Thread karthikeyan p
hi , thanks alot for those, who reading this questions ! 1.i dont know how the auth-user is implemented in controller and about lambda on auth ?? 2.how to customise user registration in auth-user by verifying the user through OTP ; in my project i need to verify the user by OTP ( i will send

Re: [web2py] route 53 or Dns record

2019-06-04 Thread karthikeyan p
one DB for each account and that was too easy to > achieve with sudbomains. > > Em dom, 2 de jun de 2019 às 10:48, karthikeyan p < > karthikiotdevelo...@gmail.com> escreveu: > >> Can i do it with pythonanywhere.com if i am a paid user?? >> >> I have api and p

Re: [web2py] Re: web2py managing capacity ?

2019-06-04 Thread karthikeyan p
sorry , Carlos Costa , i typed wrongly ! its scalability , i want to know web2py apps scalability ! On Fri, May 24, 2019 at 8:22 PM Carlos Costa wrote: > sociability? > > Em sex, 24 de mai de 2019 às 05:18, 黄祥 > escreveu: > >> how to use it with postgresql ? >>> >> >> pls set the uri connecti

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 t

Re: [web2py] route 53 or Dns record

2019-06-02 Thread karthikeyan p
lain text file will be easier to parse and feed > -force web2py to reload routes > maybe hiting the url on the button we click in admin, or calling the > required function internally (I don't know the function now) > > > Em sáb, 1 de jun de 2019 às 15:24, karthikeyan p <

[web2py] route 53 or Dns record

2019-06-01 Thread karthikeyan p
i have two users -> *ONE *and *TWO* www.example.com/welcome/default/index/*ONE => *if i poster args ONE ,it will show user ONE's page www.example.com/welcome/default/index/*TWO **=> *if i poster args TWO,it will show user TWO's page i want to do : one.example.com *=> *to show user ONE's page

[web2py] OperationalError: no such table: contacts

2019-05-29 Thread karthikeyan p
i am running my web2py app in pythonanywhere.com ( cloud machine ) i have configured git in my *welcome* folder . i have not initalised .ignore file to avoid anything like database , errors , sessions ,uploads . so when i like to backup my app in pythonanywhere , i just used -> git add . -> git c

[web2py] insecure string pickle

2019-05-27 Thread karthikeyan p
hi . i am running web2py app in *pythonanywhere - *its version is Version 2.17.1-stable+timestamp.2018.08.06.01.02.56 i pull the app via git to my local machine which has Version 2.18.5-stable+timestamp.2019.04.08.04.22.03 when i tried to open the app , i got this error insecure string pick

Re: [web2py] Re: web2py managing capacity ?

2019-05-24 Thread karthikeyan p
Thanks for reply ; i will try this ! On Fri, 24 May 2019 at 8:22 PM, Carlos Costa wrote: > sociability? > > Em sex, 24 de mai de 2019 às 05:18, 黄祥 > escreveu: > >> how to use it with postgresql ? >>> >> >> pls set the uri connection first >> *e.g. private/appconfig.ini* >> uri = postgres://post

Re: [web2py] Re: accessing the name of post vars

2019-05-24 Thread karthikeyan p
Hi Thanks for reply. I want to access the posting variable name not is value . Is there any way ? On Fri, 24 May 2019 at 1:45 PM, 黄祥 wrote: > www.example.com/welcome/default/index?sum >> >> how to get "sum" in controller ?? >> > > did request.vars not work ? > ref: > http://web2py.com/books/de

[web2py] web2py managing capacity ?

2019-05-24 Thread karthikeyan p
hello , i am new to web2py , i found its a great . i have planned to make my website with it . i want to know sociability of web2py ! how to use it with postgresql ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] accessing the name of post vars

2019-05-24 Thread karthikeyan p
www.example.com/welcome/default/index?sum how to get "sum" in controller ?? -- 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 bec