Exactly Karen the model is confusing. Here is the exactly model.
class Resource_Track(models.Model)
users = models.ForeignKey(User)
resources = models.ForeignKey(Resource)
date_tracked = models.DateTimeField('Date Tracked')
description = models.TextF
On Sat, Nov 14, 2009 at 10:25 AM, Denis Bahati wrote:
> Hi,
> Here is my model am using to update items status.
>
> class User(models.Model)
> users = models.ForeignKey(User)
> resources = models.ForeignKey(Resource)
>date_tracked = models.DateTimeField('Date T
Hi,
Here is my model am using to update items status.
class User(models.Model)
users = models.ForeignKey(User)
resources = models.ForeignKey(Resource)
date_tracked = models.DateTimeField('Date Tracked')
description = models.TextField()
statu
On Nov 12, 7:51 am, Denis Bahati wrote:
> Hi All,
>
> I have a field with an integer value which needs to be incremented
> every time any user updates its status within a week. If that week has
> passed it should insert a new row. Now i was trying to figure out but
> didn't get any concept on how
4 matches
Mail list logo