Re: Adding a view inside a view?

2009-01-14 Thread Eric Abrahamsen
On Jan 15, 2009, at 2:42 AM, Bradley wrote: > > I'm new to Django and I'm trying to modify an existing django website > for a local newspaper. They would like to have a polls on the their > website. I just used the tutorial from the djangoproject website to > create the polls module. It works

Re: Adding a view inside a view?

2009-01-14 Thread Briel
I'm not sure exactly what you want. Do you want a single poll, that the admins can choose? Should users be able to create polls ect. Anyways, in case you only want to display a single poll, the easiest way to accomplish that would probably to create a boolean field called display or front_page. Th

Adding a view inside a view?

2009-01-14 Thread Bradley
I'm new to Django and I'm trying to modify an existing django website for a local newspaper. They would like to have a polls on the their website. I just used the tutorial from the djangoproject website to create the polls module. It works fine, except that I need it to work inside a section o