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
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
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
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
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
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
6 matches
Mail list logo