Re: Django Form Help

2021-08-23 Thread Billy Muller
Never mind, I realized I forgot the save command. Thanks in advance for anyone that was looking into this. On Monday, August 23, 2021 at 4:35:16 PM UTC-4 Billy Muller wrote: > I have a form in Django that requires a little user input and then > executes some commands in doctl and then I want t

django form help

2019-04-18 Thread Pramod Pandey
Dear all i did not pass drives_a value to drives variable ; i am using django module plz help me if any one using this django module.. #My Code is from django import forms import os drives_a = [chr(x) + "," for x in range(65, 90) if os.path.exists(chr(x) + ':')] class contactForm(forms.Form): d

Master-Detail Form help needed

2017-01-16 Thread jon
I have been struggling mightily with Master-Detail forms in Django. I have done a number of online tutorials but have yet to find a complete tutorial which completely explains models, views, templates, URL patterns related to master-detail forms. I use the Oracle toolsets where creating a maste

Re: ModelClass Form Help

2011-10-19 Thread Venkatraman S
On Tue, Oct 18, 2011 at 9:22 PM, Vishnu vg wrote: > Hi Friends, > > Iam a beginner in django. I am developoing a contact form page. I created a > modelclass called 'contacts' and then created a a modelFormClass from that > model. I have two comboboxes in form called 'state' and 'city'. While > se

ModelClass Form Help

2011-10-18 Thread Vishnu vg
Hi Friends, Iam a beginner in django. I am developoing a contact form page. I created a modelclass called 'contacts' and then created a a modelFormClass from that model. I have two comboboxes in form called 'state' and 'city'. While selecting state it should display all city beloing to that partic

Form Help

2009-05-19 Thread eric.frederich
I need a view to edit Enrollment objects for a particular Offering. An Offering has a foreign key to a Room and a Course. All three of these (Offering, Room, and Course) have a maximum capacity field which can be null (for unlimited). Offering has a method called get_max_capacity() which return