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