[web2py] Re: Total Newb Question

2018-03-26 Thread Alby Cartner
Thank you. problem fixed. The line in the guide I followed to set up nginx ttps://www.digitalocean.com/community/tutorials/how-to-deploy-web2py-python-applications-with-uwsgi-and-nginx-on-ubuntu-14-04 in particular location ~* /(\w+)/static/ { root /home/user/myapp/applications/;

Re: [web2py] Re: I was thinking about python2 clock

2018-03-26 Thread Ty oc
I see, and in fact, yes, I was surprised to see that it run OK on first try on python3. Thought this is a little pulling it off, it would be nice if I could run the pycharm check code for webpy modules and get 0 warnings or errors. SO, I wonder, if you have a setup that "allow" this? El ju

[web2py] Re: how to keepvalues in SQLform.grid search form after submission

2018-03-26 Thread Anthony
On Monday, March 26, 2018 at 4:26:52 PM UTC-4, Shrabya Timsina wrote: > > Thank you Anthony. Yes, I did experiment with that argument, but there is > no example of how to use it online. > It's just a dictionary of arguments you would normally pass to SQLFORM. I tried the following: > formargs=d

[web2py] conditional coloring of table rows

2018-03-26 Thread Lee Carmichael
I have a question regarding conditionally setting the color of a table row. What I'm trying to do is similar to this post: https://groups.google.com/forum/#!topic/web2py/gy01S0TwF70 I guess my lack of experience is keeping me from making the leap from that scenario to my own. My situation is t

[web2py] Re: how to keepvalues in SQLform.grid search form after submission

2018-03-26 Thread Shrabya Timsina
Thank you Anthony. Yes, I did experiment with that argument, but there is no example of how to use it online. I tried the following: formargs=dict("keepvalues"=True) but that did not work. Could you let me know how to use this argument? This post

[web2py] Re: track email delivery

2018-03-26 Thread Leonel Câmara
You can include a pixel in the email and then track its downloads. I simply integrated with sparkpost which tracks this stuff for you. https://github.com/leonelcamara/web2py_sparkpost -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py

[web2py] Re: Total Newb Question

2018-03-26 Thread Leonel Câmara
Probably a wrong nginx config not serving the admin's static files correctly. -- 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 b

Re: [web2py] Re: POST method not found ?!

2018-03-26 Thread António Ramos
Great to know that :) Thank you António 2018-03-26 16:35 GMT+01:00 Anthony : > uploadBCP returns a string but should instead return a dictionary with the > HTTP method names and associated functions as the keys and values, > respectively (an easy way to return the required dictionary is just to >

Re: [web2py] Total Newb Question

2018-03-26 Thread António Ramos
Open the web console and check the error loading css and js files IT should help you a bit 2018-03-26 8:51 GMT+01:00 Alby Cartner : > I am currently on the 5th video (https://www.youtube.com/ > watch?v=TaUPvcoRDKM) by Massimo Di Pierro. I have not been so excited > about learning a new languag

Re: [web2py] auth.settings.actions_disabled.append('register')

2018-03-26 Thread Alby Cartner
I am working on an app where it is not open for self registration. I was getting the same error when I tried customising the Welcome app that was cloned. I then retrieved the custom_Auth app from the examples, and uploaded that as my base and it works correctly just with ## configure auth po

[web2py] Total Newb Question

2018-03-26 Thread Alby Cartner
I am currently on the 5th video (https://www.youtube.com/watch?v=TaUPvcoRDKM) by Massimo Di Pierro. I have not been so excited about learning a new language since I got my hands on the first edition of "The C Programming Language" in the early 80's. My wife is sick of hearing me say "This is

[web2py] Re: track email delivery

2018-03-26 Thread Anthony
Are you talking about verifying that an email was successfully received by its recipient? I don't think there is anything built in to handle that. Maybe check out https://pypi.python.org/pypi/pytracking/0.1.0 or use a third-party email delivery service that will provide tracking data for you. A

[web2py] Re: POST method not found ?!

2018-03-26 Thread Anthony
uploadBCP returns a string but should instead return a dictionary with the HTTP method names and associated functions as the keys and values, respectively (an easy way to return the required dictionary is just to return locals()). Anthony On Monday, March 26, 2018 at 9:54:50 AM UTC-4, Ramos wr

Re: [web2py] track email delivery

2018-03-26 Thread António Ramos
https://www.youtube.com/watch?v=dHu8O1gZOl0 Somewhere along the tutorial Massimo explains about an email queue... with a flag to check if it was sent or not. 2018-03-26 13:21 GMT+01:00 yogeshwar khalkar : > Hi All, > > I want to track the email delivery, Is there any way to do it using web2py

[web2py] Re: POST method not found ?!

2018-03-26 Thread António Ramos
this is my POST -- 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"

[web2py] POST method not found ?!

2018-03-26 Thread António Ramos
It was working but today my script that calls my app's POST method returns this error What can it be? regards -- 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 Issue

[web2py] track email delivery

2018-03-26 Thread yogeshwar khalkar
Hi All, I want to track the email delivery, Is there any way to do it using web2py. Thanks for any help. -- 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) ---