[web2py] web2py admin stopped working after update to 2.15.2 through admin interface

2017-07-27 Thread Arun Kumar
I updated the web2py version to 2.15.2 from 2.14.x through web2py admin interface update check button. After the update admin stopped working and tickets created are also not opening. Error in admin/errors/file reads below line, S" name 'iteritems' is not defined" p3 sS'layer' p4 S'/home/www-da

[web2py] how can i use online services for free ?

2016-12-11 Thread Arun Kumar
normaly i saw most people confused that how i can grab online free services that increase my online presence. -- 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)

[web2py] Web2py best practices

2016-10-28 Thread Arun Kumar
Hi, I'm new to web2py and trying to develop an application. I have some queries on how to do certain things on web2py best way, 1. I have few tables in my application. Should I write definition in a single file inside models (models/db.py) or each table definition in a separate file? 2. Can

[web2py] How to modify a scheduled task?

2016-03-25 Thread Arun Kumar
Hi, I'm using scheduler to run different jobs everyday. To create a new job I simply insert into scheduler_task table like below, db.scheduler_task.insert(function_name = "run_job", task_name = "job1", repeats = 1, period = 86400, start_time = start_time, stop_time = end_time, prevent_drift