[web2py] Re: How to get started with web2py's Debug? - very basic questions

2012-09-29 Thread nc
> > I've encountered this problem too. I edited my app's controller/default.py > file from the admin interface, clicked on line 34, clicked "toggle > breakpoint", and got the message "... controllers\default.py:34 does not > exist." This is web2py 2.0.9. Is that the expected usage of the "toggl

[web2py] Re: How to modify Welcome application so that users with "do not want to be tracked" can still register?

2012-09-01 Thread nc
hony's suggestion, I tried adding some Javascript to applications\welcome\views\default\user.html if (!navigator.cookieEnabled) { alert("Session cookies appear to be disabled. Please enable them in your browser settings to be able to register an account.") } NC On Friday, August

[web2py] How to modify Welcome application so that users with "do not want to be tracked" can still register?

2012-08-31 Thread nc
wser option set can still register? Thanks, NC --