mmmmm

2009-12-25 Thread Michael Jenkinson
Hi Please excuse my ignorance before we start. Ive had django for a week or so and am getting absolutely nowhere. I'm using Ubuntu 9.10 and installed Django via apt-get but the pathing is haywire. Ive copied all the files into usr/lib/python2.6/installed_packages but it still doesnt see it. I a

Re: mmmmm

2009-12-25 Thread Michael Jenkinson
Message From: Daniel Roseman To: Django users Sent: Fri, December 25, 2009 11:17:04 PM Subject: Re: m On Dec 25, 8:57 pm, Michael Jenkinson wrote: > Hi > > Please excuse my ignorance before we start. Ive had django for a week or so > and am getting absolutely nowhere. I'm

Re: mmmmm

2009-12-25 Thread Michael Jenkinson
Hi Yes I like the idea of both python and django, if only that django rheinhart played at a club in Warrington in about 1967, I got in when I shouldnt have, 17 instead of 21. he was just brilliant. Ive been looking for a truly RAD system for web pages and this seems to fit the bill. Sometimes w

Re: mmmmm

2009-12-25 Thread Michael Jenkinson
work. Its a while since had an all night session!!! Cheers Michael From: Karen Tracey To: django-users@googlegroups.com Sent: Sat, December 26, 2009 3:46:32 AM Subject: Re: m On Fri, Dec 25, 2009 at 8:26 PM, Michael Jenkinson wrote: >hi > >

Re: mmmmm

2009-12-26 Thread Michael Jenkinson
@googlegroups.com Sent: Sat, December 26, 2009 8:39:57 PM Subject: Re: m On Sat, Dec 26, 2009 at 08:13, Michael Jenkinson wrote: Hi > >Thank you so much for taking the time to reply. > >When you are as new to both python and django as I am you dont always see the >wood for the tre

Re: Comparing ManyToMany fields

2009-12-27 Thread Michael Jenkinson
Hi a pizza has a one to many relationship with its topping. in a list of pizzas there could be some that have the same topping, like thick, thin etc. the query would look like select pizza from pizzas where topping = xyz cheers michael - Original Message From: Scott Maher To: dj

Re: how to get ManyToMany relations?

2009-12-27 Thread Michael Jenkinson
hi there isnt a many to many relationship here, its down the 'is a ... has a' bit of OO one manufacturer makes (one car design that has a number of (models with a set of features)) class manufacturer { list of designs(cardesign) } class cardesign { list of models(model) } cla