Re: Django Chuck - Your powerful project punch button

2012-07-11 Thread William Deegan
Bastian, What's the advantage of this over using buildout? -Bill On Jun 11, 2012, at 2:44 AM, Bastian Ballmann wrote: > Hi Django lovers out there, > > for all who didnt attend DjangoCon Europe virtually or physically we > want to announce our project Django Chuck. > > Here's what's all about:

Re: Upgrading django on a mac

2012-04-09 Thread William Deegan
Larry, Why not use virtualenv? Or buildout? -Bill On Apr 7, 2012, at 3:02 PM, Jonathan Baker wrote: > Ah, good to know. Apologies, but I glanced over your original code to quickly > and thought you renamed the directory. Glad it worked out. > > On Sat, Apr 7, 2012 at 3:54 PM, Larry Martell wr

Re: django social auth

2012-03-06 Thread William Deegan
Suresh, On Mar 6, 2012, at 4:07 AM, suresh dokania wrote: > Hi, > I am using django social auth (facebook) for authentication and authorisation > It works fine online.ie the link they have given as demo in their site > http://social.matiasaguirre.net/ > d" > but when i download and build it , it

buildout + djangorecipe how to install tools into bin directory

2012-02-05 Thread WIlliam Deegan
Greetings, I'm fairly new to django + buildout. I want to build some data loading tools and install them in the project bin directory. I see the bin/django and bin/test have some automated addition of the path to the buildout installed eggs. Is there a way to have buildout do this for my script