Re: ManyToOne or ManyToMany Confusion

2013-01-16 Thread acat...@gmail.com
Thanks. I tried that technique and doing so only let me add one topping to the pizza. On Wednesday, January 16, 2013 4:12:49 PM UTC-7, Javier Guerra wrote: > > On Wed, Jan 16, 2013 at 5:46 PM, aca...@gmail.com < > aca...@gmail.com > wrote: > > The pizza could have the olive topping and onion t

ManyToOne or ManyToMany Confusion

2013-01-16 Thread acat...@gmail.com
I'm trying to setup a relationship between two django models that is very similar to the model of a Pizza having many Toppings. However, I need to make sure that if a Pizza is created then only one Pepperoni topping can be added. The pizza could have the olive topping and onion topping, etc.

Django Team Project Best Practices

2010-12-09 Thread acat...@gmail.com
I have been using Django for a little over two years as a freelance developer. I am currently working at a company where I am at the beginning stages of a two-person Django app. I have worked on group projects before, quite some time ago, as an html editor. I definitely don't have experience at