HI Everett White , Please suggest solution i am trying since 3 days, I want
Django model update if exist. I will very thankful to you.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from
t;https://groups.google.com/d/msgid/django-users/57D9EB09-1CBB-438F-9C4E-40C82D4A39D6%40gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
*Thanks & Regards,*
*Sunil Kothiyal*
--
You received this message beca
> class AddTaxView(LoginRequiredMixin, CreateView):
>>>>template_name = 'invoices/add_tax.html'
>>>>form_class = UserTaxesMultiForm
>>>>success_url = '/add/tax/'
>>>>
>>>>*{WHAT IS THE CODE HERE F
;> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAOh93neYb8me%3DkLOigxMjeBLETPB2_bszL8nB4WhZsEreHwJMQ%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/d
oglegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Mohd Aqib
> Software Engineer
> 9873141865
>
> --
> You received this message because you are subscribed to a topic in the
&
o this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAL6GM4Joow6dee26P7hACHXfpC28JV8%3D5kvExPz08RZS22axmg%40mail.gmail.co
Thank you for responding. Please can you tell me how i can save it if i
will generate multiple form field using frontend javascript.
On Thu, Jul 19, 2018, 9:23 PM mottaz hejaze wrote:
> this is not a django stuff , this is frontend .. you can use jquery or
> angularjs ..to hundle click event on
Hello All,
I had created multiModelForm in Django, I can view, and save data, I
don't know how to Update data into the database. I want if user id exists
in database then update else insert.exist in the database then update else
insert.
This Code is working for me but I don't know how to upda
-US/docs/Web/HTML/Element/input/radio
>
> Only one radio button in a given group can be selected at the same time
>
>
>
>
> On Thursday, June 21, 2018 at 6:15:34 AM UTC-4, Sunil Kothiyal wrote:
>>
>> I want to show and hide text input box on checkbox selection. If s
I want to show and hide text input box on checkbox selection. If someone
select business should show textbox. Otherwise hide it.
TWO_CHOICES = (
('1', 'Business'),
('2', 'Indivitual'),
)
business_or_individual = forms.ChoiceField(required=True,
widget=forms.CheckboxSelectMultiple,choices=TWO_C
I am new in Django. I am working on Django 2.0. I need to show multiple
model forms(user profile, additional details) in a single HTML form and
save it on one click.
*form.py file is here*
class BusinessProfileForm(forms.ModelForm):
class Meta:
model = StUserDetails
fields = ('user_
11 matches
Mail list logo