[web2py] Re: Deploying web2py-based service along with no-web2py main site

2014-11-10 Thread Dmitry Vlasov
vember 7, 2014 11:33:44 PM UTC+1, Dmitry Vlasov wrote: >> >> Thanks. But should I reconfigure Apache for this? How can I do it? One >> problem - site (and server) crashes when I start web2py's Rocket along with >> Apache... >> >> пятница, 31 октября 2014 г.

[web2py] Re: Deploying web2py-based service along with no-web2py main site

2014-11-07 Thread Dmitry Vlasov
hat handles > subdomain.xxx.com > > On Thursday, October 30, 2014 12:10:44 AM UTC+1, Dmitry Vlasov wrote: >> >> Hi, web2py users, >> >> anybody know, is there a way to deploy service, written with web2py in a >> such a way: >> >> 1) we have a site

[web2py] Deploying web2py-based service along with no-web2py main site

2014-10-31 Thread Dmitry Vlasov
Hi, web2py users, anybody know, is there a way to deploy service, written with web2py in a such a way: 1) we have a site, xxx.com, for example. The site isn't web2py based. It is accessible from internet and shouldn't be touched. 2) the main aim is to access web2py service requesting subdoma

[web2py] Re: SQLFORM. Insert field to DB from calculation (not from form)

2014-10-31 Thread Dmitry Vlasov
Solve a problem by myself. Simply put additional code with callback call before in line 428. четверг, 23 октября 2014 г., 14:20:25 UTC+4 пользователь Dmitry Vlasov написал: > > Hi folks, > > I'm trying to insert additional field to DB, but it cannot be obtain from > SQLFOR

[web2py] SQLFORM. Insert field to DB from calculation (not from form)

2014-10-23 Thread Dmitry Vlasov
Hi folks, I'm trying to insert additional field to DB, but it cannot be obtain from SQLFORM. I use SOLIDGRID plugin http://dev.s-cubism.com/plugin_solidgrid?_signature=868375a5ca48f87805d4366b05a2df678637611e For my purposes I define a table db.define_table('r_users', db.Field