User statistics.

2007-12-27 Thread grassoalvaro
Hi, I need to know how long user was on the site, who's online (user) and how many guests are online. I was searching for some kind of django- module but didn't find anything. Has anyone already completed module for that? (or) How to build that kind of functionality? Regards.

Re: save method and many to many

2007-12-26 Thread grassoalvaro
... On Dec 26, 4:41 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Tue, 2007-12-25 at 14:34 -0800, grassoalvaro wrote: > > I was searching for solutions but i didnt find anything. > > So, here is my problem. > > > I have models, for example: > > > class P

save method and many to many

2007-12-25 Thread grassoalvaro
I was searching for solutions but i didnt find anything. So, here is my problem. I have models, for example: class Photo(models.Model, helpers.AdminOptions): name = models.CharField(default="", null=True, blank=True, max_length=255) class Gallery(models.Model, helpers.AdminOptions):

Re: gettatr() access to ManyToMany huuuge delay?

2007-06-28 Thread grassoalvaro
No, it doesn't depend on server. Like i said - this is django problem. On Jun 28, 1:37 am, l5x <[EMAIL PROTECTED]> wrote: > On Jun 27, 11:32 pm, grassoalvaro <[EMAIL PROTECTED]> wrote: > > > > > Here some code: > > ---

gettatr() access to ManyToMany huuuge delay?

2007-06-27 Thread grassoalvaro
Here some code: - class TestField(models.Model): name = models.TextField() text = models.ManyToManyField(TextOption) class Meta: db_table = 'test' test = TestField.objects.get() a = time.time() for i in

Re: multiple databases

2007-06-25 Thread grassoalvaro
Anyone? That was greate idea but i see that last update was long time ago... i need multiple databases in my project so if anyone know anything about this (maybe own solutions in this area?) please inform me. On Jun 24, 6:14 pm, grassoalvaro <[EMAIL PROTECTED]> wrote: > Is that pro

multiple databases

2007-06-24 Thread grassoalvaro
Is that project dead or maybe still unofficial supported? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from