Re: How many Django web pages does it take . . .

2012-01-08 Thread Lachlan Musicman
On Sat, Jan 7, 2012 at 16:10, Alec Taylor wrote: > What you are talking about is a form. > > Form: https://docs.djangoproject.com/en/dev/topics/forms/ > Autocomplete: https://code.djangoproject.com/wiki/AutoCompleteSolutions > Unique fields: https://docs.djangoproject.com/en/1.3/ref/forms/validati

Re: How many Django web pages does it take . . .

2012-01-06 Thread Alec Taylor
What you are talking about is a form. Form: https://docs.djangoproject.com/en/dev/topics/forms/ Autocomplete: https://code.djangoproject.com/wiki/AutoCompleteSolutions Unique fields: https://docs.djangoproject.com/en/1.3/ref/forms/validation/ On Sat, Jan 7, 2012 at 11:56 AM, Bill Beal wrote: > H

How many Django web pages does it take . . .

2012-01-06 Thread Bill Beal
Hi all, I've been doing Django and mostly backend Python for a few months, and I don't really know the limits of what can be done without resorting to JavaScript and Ajax. Here's what I need to do: the user wants to pick an individual from one of a number of lists and have the detailed information