Re: [web2py] Migrating a hude database from Spring to web2py

2014-01-09 Thread Tushar Tuteja
No, I don't want to alter the 5 tables schema. But I want to perform CRUD operations. And it would be great if somehow I can restrict web2py from altering table schemas all together as a J2EE application is running on the same the DB and DB is a remote DB. thanks, Tushar Tuteja On 9 January

[web2py] Migrating a hude database from Spring to web2py

2014-01-09 Thread Tushar Tuteja
. and I don't want web2py to make any changes on the database tables and their schema. only crud operations on the records of the 5 tables. Thanks, Regards, Tushar Tuteja -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

Re: [web2py] Re: MongoDb

2013-12-30 Thread Tushar Tuteja
Hey, Thanks for the answer. Luckily there are no joins, but I need to see what web2py features of DAL won't work. Thanks, Regards, Tushar Tuteja On 30 December 2013 16:44, Alan Etkin wrote: > I have an app running on MySQL , I want to use mongoDB instead. >> I want to help on

[web2py] MongoDb

2013-12-30 Thread Tushar Tuteja
I have an app running on MySQL , I want to use mongoDB instead. I want to help on migration from mysql to mongoDB. Thanks, regards, Tushar Tuteja -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] Re: File upload through Ajax

2013-11-12 Thread Tushar Tuteja
a, 11 de Novembro de 2013 14:07:38 UTC, Tushar Tuteja escreveu: >> >> Hey, >> I want to upload a file, but I want that file to be uploaded via ajax. >> Is there an example code to do so in web2py. >> A fully functional app would be of great help. >> That ju

[web2py] File upload through Ajax

2013-11-11 Thread Tushar Tuteja
Hey, I want to upload a file, but I want that file to be uploaded via ajax. Is there an example code to do so in web2py. A fully functional app would be of great help. That just uploads one single file to the server from the index page and then displays that image in the list on the same page. No

Re: [web2py] Re: Scheduler on Ubuntu Worker name

2013-10-16 Thread Tushar
xecuted at **every** request, and you don't seem to want to queue a task for every request that comes in :-P On Wednesday, October 16, 2013 8:55:34 PM UTC+2, Tushar Tuteja wrote: thanks a ton, I ll try this and what would be appropriate place to insert the file , so that it i

Re: [web2py] Re: Scheduler on Ubuntu Worker name

2013-10-16 Thread Tushar
kes 5 seconds if I use mail.send for the request to be completed. If I insert in the queue it complete the request in a minute. thanks, regards, Tushar Tuteja PS: web2py is really great and easy to learn and you guys are providing amazing support for this. Me with my college mates at IIT

Re: [web2py] Re: Scheduler on Ubuntu Worker name

2013-10-16 Thread Tushar Tuteja
thanks a ton, I ll try this and what would be appropriate place to insert the file , so that it is not efficient. thanks, regards, Tushar Tuteja On 17 October 2013 00:22, Niphlod wrote: > the scheduler is running fine. > In the data you pasted here there's the reason why the sche

Re: [web2py] Re: Scheduler on Ubuntu Worker name

2013-10-16 Thread Tushar
t scheduler_task.sync_output scheduler_task.times_run scheduler_task.times_failed scheduler_task.last_run_time scheduler_task.assigned_worker_name 2 b/appadmin mail main QUEUED func 85ebf3d6-35f8-4c6a-ac08-6477ee2af6b7 [] {} True 2013-10-16 17:26:38 2013-10-16 17:26:38 3 0 10 60 0

Re: [web2py] Re: Scheduler on Ubuntu Worker name

2013-10-16 Thread Tushar
Ubuntu 12.04 i use the command python web2py.py -K appName On Wednesday 16 October 2013 05:53 PM, Niphlod wrote: a) what ubuntu ? b) how do you start the scheduler ? Il giorno mercoledÄ› 16 ottobre 2013 14:06:41 UTC+2, Tushar Tuteja ha scritto: Hey I am using web2py on ubuntu. I am

[web2py] Scheduler on Ubuntu Worker name

2013-10-16 Thread Tushar Tuteja
Hey I am using web2py on ubuntu. I am trying to use the scheduler but there is not workers name that is coming . and the task is always queued and it never runs. I followed the video on Vimeo on scheduler. it runs on mac but not on ubuntu. apparently my app is hosted on a ubuntu server. -- Resou

[web2py] Re: Amazon RDS Connection String

2013-09-25 Thread Tushar Tuteja
connection string is fine , I was unable to mange the security group. On Tuesday, September 24, 2013 1:32:24 AM UTC+5:30, Massimo Di Pierro wrote: > > What's your connections string? > > On Monday, 23 September 2013 14:12:53 UTC-5, Tushar Tuteja wrote: >> >> hey >&

[web2py] Mail Not Working

2013-09-25 Thread Tushar Tuteja
Hey I hosted my site on EC2. when I use the host as ip address, I am able to send the mails. But when use my domain mydomain.com instead of an ip address it gives me following error "Mail.send failure:[Errno -3] Temporary failure in name resolution " thanks, regards, -- Resources: - http://

[web2py] Amazon RDS Connection String

2013-09-23 Thread Tushar Tuteja
hey I am using turnkey on EC2, I am unable to connect o my db it says unable to connect. is their is some problem with the connection string ? or security groups ? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https

[web2py] Re: Amazon RDS

2013-09-23 Thread Tushar Tuteja
he it is just the end point ? On Tuesday, January 15, 2013 10:41:05 AM UTC+5:30, Simon Ashley wrote: > > Wondering if it is possible to connect an EC2 instance/ application to a > RDS instance (MYSQL), and what the connection string should be? > There is some discussions here implying that it may

[web2py] Uploads not working when file is uploaded using SLQFORM.factory

2013-09-10 Thread Tushar Tuteja
I have created a form using SQLFORM.factory import os form=SQLFORM.factory( Field('image','upload',uploadfolder=os.path.join(request.folder,'uploads/')) ) I am using form.vars.image to populate a db table the file is being uploaded with a changed name. that changed name is populated

[web2py] Re: crud not updating

2013-08-11 Thread Tushar Tuteja
I face the same problem, I am using a latest version of web2py and doing crud.settings.detect_record_change = False doesn't make changes On Tuesday, August 30, 2011 10:37:54 PM UTC+5:30, simon wrote: > > Works with crud.settings.detect_record_change = False > > Without this it fails any time yo

[web2py] How to set escape to False in response.write

2011-07-28 Thread Tushar Chandra
Hi, In the db, i have html code stored in a field. If i want to display it in the views, i have to write : response.write(variable,escape=False) Is it possible to use it in this manner by setting a default somewhere : {{=variable}} Thanx!

[web2py] Hosting web2p with mod_python on shared hosting

2011-07-12 Thread Tushar Chandra
Hi guys, I have been trying to host web2py with mod_python on a shared hosting env. (as My provider doesnt support mod_wsgi) So first i did what was given in the book - http://web2py.com/book/default/chapter/11#Shared-Hosting-with-mod_python I was getting the KeyError: 'SCRIPT_URL'

[web2py:35437] does not send mail me

2009-11-16 Thread tushar patel
does not send mail me --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr..