Re: MacPorts installation, Django $PATH issue

2010-05-11 Thread Walter Scheper
The quick answer for MacPorts python: 1) Edit the file /Users//.bash_profile. Add the following line below the line "export ENV", or to the end of the file if you don't see that line: "export PATH=/opt/local/bin:/opt/local/sbin:$PATH" 2) At the command prompt run "python_select -l" This will

Re: db design: "Cross reference" a ManyToManyField?

2009-09-16 Thread Walter Scheper
probably going to want to look at distinct(), iterator() and values_list() in particular. Walter Scheper troyhitch wrote: > Thanks so much for the help, Walter. I had actually read a good deal > from the links you sent, but am still getting my grounding with > Models. > > I em

Re: db design: "Cross reference" a ManyToManyField?

2009-09-16 Thread Walter Scheper
s about the through option 2) http://docs.djangoproject.com/en/dev/topics/db/models/#intermediary-manytomany more specific information about using this relationship Hope that helps, Walter Scheper mcgritch wrote: > Hi there. Not sure how to layout this data. I have a Course which is > made up of BFUClas

Re: MySQL-Python and Snow Leopard

2009-09-09 Thread Walter Scheper
nd see if Xcode is complaining that it can't find MacOSX10.4u.sdk. If that is your problem, then you need to re-install Xcode and select Mac OS X 10.4 Support on the Custom Install page. Hope this helps, Walter Scheper --~--~-~--~~~---~--~~ You received this mess