Re: Sample Auto Log Out Code

2010-11-30 Thread octopusgrabbus
Many thanks. This worked swell, and I also set the cookies expire when browser closed setting. On Nov 24, 11:39 am, Daniel Roseman wrote: > On Nov 24, 4:23 pm,octopusgrabbus wrote: > > > Sorry for the late reply. Most of my users will not remember to log > > out. After, say four hours, I'd like t

Re: Sample Auto Log Out Code

2010-11-24 Thread Daniel Roseman
On Nov 24, 4:23 pm, octopusgrabbus wrote: > Sorry for the late reply. Most of my users will not remember to log > out. After, say four hours, I'd like to log them out, if of course > they're not already logged out. That's just a matter of setting session cookies to expire properly. You need to se

Re: Sample Auto Log Out Code

2010-11-24 Thread octopusgrabbus
Sorry for the late reply. Most of my users will not remember to log out. After, say four hours, I'd like to log them out, if of course they're not already logged out. On Nov 5, 4:31 am, Daniel Roseman wrote: > On Nov 3, 12:43 pm, octopusgrabbus wrote: > > > Does anyone have samples for auto logg

Re: Sample Auto Log Out Code

2010-11-05 Thread Daniel Roseman
On Nov 3, 12:43 pm, octopusgrabbus wrote: > Does anyone have samples for auto logging out a user? What do you mean by 'auto logging out'? -- DR, -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@

Re: Sample Auto Log Out Code

2010-11-05 Thread Daniel Roseman
On Nov 5, 6:51 am, derek wrote: > Fred > > This seems not related to the original topic; please start a new > thread. That seems to be a constant issue with Fred's posts: I think every one of his that I've seen has been added onto the end of an existing thread, while changing the subject. Fred,

Re: Sample Auto Log Out Code

2010-11-04 Thread derek
Fred This seems not related to the original topic; please start a new thread. On Nov 3, 2:56 pm, "Sells, Fred" wrote: > I'm running on Windows 7, Python 2.4 and Django 1.2.1 > > I'm trying to change one table "facility" by dropping it and then > letting syncdb recreate it.  I thought syncdb was

RE: Sample Auto Log Out Code

2010-11-03 Thread Sells, Fred
I'm running on Windows 7, Python 2.4 and Django 1.2.1 I'm trying to change one table "facility" by dropping it and then letting syncdb recreate it. I thought syncdb was supposed to ignore already created tables, but that does not appear to be the case. What am I doing wrong? >python manage.p