Re: object.create speed, creating 3 objects takes 1 sec in sqlite

2012-08-08 Thread Ivo Marcelo Leonardi Zaniolo
A agree with you, Cal. Migrate to another DB engine could not solve the problem. I just mentioned that, cause there another good opportunities. But it doesn't mean that will be easy and cheap. Ivo Marcelo Leonardi Zaniolo +55 71 9302 3400 imarcel...@gmail.com www.informatizzare.com.br

Re: object.create speed, creating 3 objects takes 1 sec in sqlite

2012-08-08 Thread Ivo Marcelo Leonardi Zaniolo
, it has a grate insert performance and could be used to hold that large data. Take a look at this post, I wrote that in Portuguese, but google can translate it: Http://imarcelolz.blogspot.com/2011/11/cassandra-hadoopy-performance-tunning.html Ivo Marcelo Leonardi Zaniolo +55 71 9302 3400 imarcel

Re: Jquery 1.7.2 Ajax

2012-08-07 Thread Ivo Marcelo Leonardi Zaniolo
I've just solved it. There is a cross domain protection on jquery versions since 1.5. To make these kind of requests between domains you have to disable it setting on Ajax request the crossDomain=false. And that is it. Ivo Marcelo Leonardi Zaniolo +55 71 9302 3400 imarcel...@gmail.com

Jquery 1.7.2 Ajax

2012-08-07 Thread Ivo Marcelo Leonardi Zaniolo
Hello, Have someone tried to make Ajax requests using jquery 1.7? On the older versions of jquery everything works fine. Does somebody have a tip about it? Tanks Ivo Marcelo Leonardi Zaniolo +55 71 9302 3400 imarcel...@gmail.com www.informatizzare.com.br imarcelolz.blogspot.com.br -- You

Re: Share models between django apps

2012-08-06 Thread Ivo Marcelo Leonardi Zaniolo
I solved that problem. It was a circular reference caused by an import in app__unit__.py. I used to put in that file an import.to urls.py. Tanks for your help! Ivo Marcelo Leonardi Zaniolo +55 71 9302 3400 imarcel...@gmail.com www.informatizzare.com.br imarcelolz.blogspot.com.br Em 06/08/2012 15

Re: Share models between django apps

2012-08-06 Thread Ivo Marcelo Leonardi Zaniolo
Yes, I'd check that, there is no circular reference. *Marcelo* 2012/8/6 Rajeesh Nair > > > Checked for any circular import between these apps also? I guess you > already know such possibilities. Just asking to make sure. > > > Rajeesh. > > -- > You received this

Re: Share models between django apps

2012-08-06 Thread Ivo Marcelo Leonardi Zaniolo
Yes, it raises an ImportError, but handled by django. At this point I can't see the stack trace or any other data related to this exception. it displays only the message: Error: cannot import name Medic I've already try to use on that line a relative/full import. *Tanks* *Ivo Marcelo Leonardi

Re: Share models between django apps

2012-08-06 Thread Ivo Marcelo Leonardi Zaniolo
Hello, the common is a directory with an django app. Ivo Marcelo Leonardi Zaniolo +55 71 9302 3400 imarcel...@gmail.com www.informatizzare.com.br imarcelolz.blogspot.com.br Em 06/08/2012 09:02, "Xavier Ordoquy" <xordo...@linovia.com> escreveu: > Hi, > > Le 6 août

Re: Share models between django apps

2012-08-06 Thread Ivo Marcelo Leonardi Zaniolo
Ivo Marcelo Leonardi Zaniolo +55 71 9302 3400 imarcel...@gmail.com www.informatizzare.com.br imarcelolz.blogspot.com.br Em 06/08/2012 09:02, "Xavier Ordoquy" <xordo...@linovia.com> escreveu: > Hi, > > Le 6 août 2012 à 13:53, Ivo Marcelo Leonardi Zaniolo <imarcel...@gm

Share models between django apps

2012-08-06 Thread Ivo Marcelo Leonardi Zaniolo
ion INSTALLED_APPS But it still fails. Thanks for the help *Ivo Marcelo Leonardi Zaniolo* *Contatos:* *Cel: +55 71 9302-3400* *Cel: +55 41 8804-8620* *Email: *imarcel...@gmail.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Django for Enterprise

2012-04-10 Thread Ivo Marcelo Leonardi Zaniolo
Tanks Andrea. Maybe my biggest problem is to find good developers. Att Ivo Marcelo Leonardi Zaniolo Sent from mobile On Apr 10, 2012 5:11 PM, "andrea mucci" <cingus...@gmail.com> wrote: > hi ivo > > the problem is not if Django is a good framework for huge project,

Django for Enterprise

2012-04-10 Thread Ivo Marcelo Leonardi Zaniolo
market there's lots of c# and Java programmers. It's easy to start a good quality job with juniors developers? I know that python and django are both easy to learn. Please guys, I looking for responses based on great django experiences. Tanks a lot guys Ivo Marcelo Leonardi Zaniolo Sent from mobile

Re: Problemas con syncdb

2012-04-03 Thread Ivo Marcelo Leonardi Zaniolo
Its not a bug. Im using 1.4 too and got no error. Att Ivo Marcelo Leonardi Zaniolo Sent from mobile imarcelolz.blogspot.com.br On Apr 3, 2012 11:29 AM, "DIEGO CENZANO PRADO" <diego.cenz...@bbva.com> wrote: > Thank you for your feedback. I was using django 1.4. I have change