Re: Multiple authentication sources to one database

2010-09-02 Thread Jeff Bell
Auth backends fail down the list of middleware. So I'm thinking something like this. Maybe, the users that you authenticate using LDAP or AD, append something to their username, like _xyzuser. johndoe has LDAP/AD password and logs in. AD_AUTH_Middleware succeeds with original username and passwd

Re: Chat application in Django

2010-08-31 Thread Jeff Bell
Pretty sure fb uses Erlang for chat. On Aug 31, 2010 7:34 AM, "Shamail Tayyab" wrote: > Hi, > > I am working on a chat application in Django, how can I ensure that I > do not have to poll the server for any chat data. > > Possible approaches that I've been to: > > 1. BAD - use polling. > > 2. Use

Re: Calendaring

2010-01-20 Thread Jeff Bell
This is a pretty cool implementation http://github.com/justinlilly/django-gencal On Wed, Jan 20, 2010 at 3:40 PM, Shane Graber wrote: > Is there a calendaring app that people really like to use with Django? > What's the most popular one at the moment? > > Shane > > -- > You received this mess

Multi-db support

2009-10-14 Thread Jeff Bell
Hi all, Am I wasting my time trying to figure out multi-db functionality. I know that Alex Gaynor is working on a GSOC project that is slatted for Django 1.2 release that deals with this, but I can't imagine that being released anytime soon. I've been able to configure a MultiDBManager for my t