[web2py] Web2py Admin Interface

2014-05-21 Thread shubham agarwal
I have problem that on the admin login page my password is not been accepted. I'm pretty sure that I've entered the correct password. If anyone have faced the similar issue and can help me with this. Thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://git

[web2py] Web2py Admin interface

2012-06-14 Thread Kevin Miller
Hi all, I just realize that the admin interface in web2py is disabled in production mode. I though it would be available so I can securely manage all my tables (CRUD). I know there must be way to do this. Anyone can point me to the right material to properly do this? Thanks.

[web2py] web2py admin interface ssh tunnel

2013-08-21 Thread Jayadevan M
I am following the recipe to use a new instance of web2py along with ssh tunneling to access the web2py admin interface. The recipe says use the command nohup python web2py --nogui -p 8002 -i 127.0.0.1 -a '' & How can I stop an instance started like this? I am doing a ps for the process and kil