That's exactly what I want. Should I use 'through' or just make a new Model?

As I said before, with your car example.. if you just want to know how 
> many of a part are in a car, Then what you did is enough, then you 
> could have some cars, and some pieces, say 
>
> Cars = (Motorcycle, 4x4, Car) 
> Parts = (Tire, Transmission, Door) 
> PartsInCar = ((Motorcycle, Tire, 2),(Motorcycle, Transmission, 1), 
> (4x4, Tire, 4), (4x4, Transmission, 2), (4x4, Door, 2), (Car, Tire, 
> 4), (Car, Transmission, 1), (Car, Door, 4)) 
>
> This would achieve a description of how may parts you need to make a given 
> car.. 
>
> -- 
> "The whole of Japan is pure invention. There is no such country, there 
> are no such people" --Oscar Wilde 
>
> |_|0|_| 
> |_|_|0| 
> |0|0|0| 
>
> (\__/) 
> (='.'=)This is Bunny. Copy and paste bunny 
> (")_(") to help him gain world domination. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/yrb57_SmiOAJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to