def make_shell_context():
return dict(app=app,
db=db,
User=User,
Organization=Organization,
Location=Location,
Role=Role,
Schedule2=Schedule2,
Shift2=Shift2,
RecurringShift=RecurringShift,
RoleToUser=RoleToUser,
Preference=Preference,
cache=cache,
SessionCache=SessionCache,
Timeclock=Timeclock,
TimeOffRequest=TimeOffRequest,
ApiKey=ApiKey)
评论列表
文章目录