That's fine as am using Postgres on centos 7
Cheers
Steve
Sent from my iPhone
> On 19 Jan 2016, at 21:19, Simon Charette wrote:
>
> Hi Steve,
>
> It looks like it might only work on PostgreSQL unti this bug is fixed.
>
> Simon
>
> Le mardi 19 janvier 20
n__gte=timedelta(minutes=time_in_minutes)
>
>
> Cheers,
> Simon
>
> Le mardi 19 janvier 2016 13:01:36 UTC-5, Steven Nash a écrit :
>>
>> Hi,
>>
>> Given an object such as:
>>
>> class Entry(models.Model):
>> start = models.Ti
Hi,
Given an object such as:
class Entry(models.Model):
start = models.TimeField()
end = models.TimeField()
I'd like to be able to say something like:
Entry.objects.filter(F('end')-F('start')__gt=time_in_minutes)
Is there a way of doing this without implementing a separate duration field
application
> which isolate each tenant in it's own PostgreSQL schema.
>
> You could also build you own solution using a middleware and a database
> router.
>
> Simon
>
> Le jeudi 26 mars 2015 12:23:38 UTC-4, Steven Nash a écrit :
>>
>> We are design a DJan
We are design a DJango based application to be used my multiple clients.
Each client will have there own database but share the same code base.
In the past, when I've done something like this, I have configure a
separate virtual host for each client.
This time we are thinking about using URL r
5 matches
Mail list logo