Re: some problems that make my work hard or force me to use AntiPatterns

2006-10-20 Thread orestis
I have created a middleware for dealing with inactivity in sessions. See the related documentation page. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dja

Re: some problems that make my work hard or force me to use AntiPatterns

2006-10-20 Thread David Larlet
2006/10/20, Chad Simmons <[EMAIL PROTECTED]>: > > > RonnyPfannschmidt wrote: > > > 7. there is no framework to roll own admin applications, and the > > build-in admin is just for basic data management > > Ehm.. Django is the "framework to roll your own admin applications". > It's the same framewor

Re: some problems that make my work hard or force me to use AntiPatterns

2006-10-20 Thread [EMAIL PROTECTED]
RonnyPfannschmidt schrieb: > while developing with django i encountered some ugly problems make my > work very hard > > > 1. sessions lack a direct relation to user, as well as a last-view > attribute > > this makes extensions like inactivity-logout, and statistics of online > members and guests

Re: some problems that make my work hard or force me to use AntiPatterns

2006-10-20 Thread Chad Simmons
RonnyPfannschmidt wrote: > while developing with django i encountered some ugly problems make my > work very hard > > > 1. sessions lack a direct relation to user, as well as a last-view > attribute What would be a "good solution"? Having it be part of the standard session middleware? Ok. Go ahe