Re: Why does my django form with recaptcha send data even empty the recaptcha?

2021-03-11 Thread Gabriel Araya Garcia
Camarada Sokov: Your code is very difficult to understand at first sight. I did not know about ReCaptchaField(). But, is interesting to learn something new. Recards, Gabriel Araya Garcia GMI - Desarrollo de Sistemas Informáticos from Santiago de Chile El jue, 11 mar 2021 a las 12:40, Sergei So

Why does my django form with recaptcha send data even empty the recaptcha?

2021-03-11 Thread Sergei Sokov
I put the google recaptcha V2 to my django project form. It looks like working, but if I leave empty the recaptcha checkbox my form is sent still. forms.py from django import forms from captcha.fields import ReCaptchaField from django.forms import Textarea from .models import * class CustomerForm

Re: First DRF project.

2021-03-11 Thread Kelvin Sajere
Hi Ajay, If you would like to build something like this, then you should look into Vuejs. I also used a design framework for Vuejs called Vuetify. You don’t even get to see all of the amazing features the site has until you’re logged in. I would really appreciate some positive or negative feedback

Re: Model inheritance with optional self reference

2021-03-11 Thread Kunal Solanke
Btw parts should be a m2m field ig. On Thu, Mar 11, 2021, 16:14 Kunal Solanke wrote: > That's too hard of a problem statement for me,ig more experienced people > will be able to answer it more properly. But if its 99.99% I'd go with > whatever you have right now, rather than creating bunch or pr

Re: Model inheritance with optional self reference

2021-03-11 Thread Kunal Solanke
That's too hard of a problem statement for me,ig more experienced people will be able to answer it more properly. But if its 99.99% I'd go with whatever you have right now, rather than creating bunch or proxy models. On Thu, Mar 11, 2021, 16:06 Mateusz Wroblewski wrote: > Hi All, > > does anybod

Re: First DRF project.

2021-03-11 Thread sakshi jain
nice On Thu, Mar 11, 2021, 16:07 ajaykumar...@gmail.com < ajaykumar.bit.1...@gmail.com> wrote: > Hi KeLLs, I want to develop the website like you developed... > > Regards, > Ajay > > On Thursday, March 11, 2021 at 3:51:43 PM UTC+5:30 kells...@gmail.com > wrote: > >> Good day everyone, >> >> I’ve

Re: First DRF project.

2021-03-11 Thread ajaykumar...@gmail.com
Hi KeLLs, I want to develop the website like you developed... Regards, Ajay On Thursday, March 11, 2021 at 3:51:43 PM UTC+5:30 kells...@gmail.com wrote: > Good day everyone, > > I’ve been developing web applications in django since late 2019, I have > done quite a number of projects, but I al

Model inheritance with optional self reference

2021-03-11 Thread Mateusz Wroblewski
Hi All, does anybody have experience with the following data model and could advise which Django tools fit it best? Background: I have two types of Components (Core and Complex) that share many attributes and methods, but also have their own, specific data fields and methods. What complicates

First DRF project.

2021-03-11 Thread Kelvin Sajere
Good day everyone, I’ve been developing web applications in django since late 2019, I have done quite a number of projects, but I always felt using django for just the backend and maybe a frontend framework for the frontend would actually be better. I decided to look into vue this January, and dev