Seeking Django developer (Boston, MA)

2010-03-05 Thread Chris B
Senior Web Developer (Python/Django) - Joslin Diabetes Center, Boston MA Job Description: The Senior Web Developer position is responsible for leading the design, development, support and management of internal and external database driven web applications for the Research community at the Joslin

Connecting User Accounts to Third Party Social Sites

2012-04-05 Thread Chris B
I'm trying to enable my users to connect their accounts with third party social networks like LinkedIn and Github. I don't want my users to be able to create accounts on my site with those links, just connect their existing accounts. Django-SocialRegistration looks best, but I can't figure out

Thread safety with view arguments in class based views

2012-05-16 Thread Chris B
According to the docs on the generic class based views : > Each request served by a > View > has > an independent state; therefore, it

Re: Thread safety with view arguments in class based views

2012-05-17 Thread Chris B
Alright. That makes sense. Thanks everyone On Wednesday, May 16, 2012 4:18:49 PM UTC-7, Chris B wrote: > > According to the docs on the generic class based > views<https://docs.djangoproject.com/en/1.4/ref/class-based-views/#view> > : > >> Each request