python-social-auth-django for Twitter

2017-03-28 Thread Mike Ru
I'm using python-social-auth-django. I' trying to login with Twitter. It works. But some symbols are added to my nickname. Why is it happening? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving em

Re: Django signup problem Urgent

2017-03-28 Thread Melvyn Sopacua
On Monday 27 March 2017 20:19:11 Babatunde Akinyanmi wrote: > Hello Idowu. > You were supposed to include your stack trace so that there can be a > proper diagnosis of the problem. Now we can only guess. > > I guess you are submitting your form with the `description` field > empty because your def

Re: django sample projects

2017-03-28 Thread Melvyn Sopacua
On Monday 27 March 2017 09:27:59 Shahab Emami wrote: > hello > > i have question: > where can i find a few django sample projects? Mezzanine[1] and Cartridge[2] probably fit the bills best. Mezzanine comes with it's own mezzanine-project command, which creates a project and after ru

Re: Update dict JsonField Postgresql

2017-03-28 Thread Martin Peveri
It does not work :( With ArrayField Will I be able to filter the content of the field?. For example, if i have one record and in the field data a list of dict with 50k. Can I filter it?. That is to say, to bring only in the array the records with 'processed' true. Thanks! El martes, 28 de ma

Re: Update dict JsonField Postgresql

2017-03-28 Thread Melvyn Sopacua
On Monday 27 March 2017 15:03:17 Martin Peveri wrote: > Perfect!! This code works: > > data = objectitem.data > > data[0]['processed'] = True > > objectitem.data = data > > objectitem.save() > > A last query that is not related to the insertion, but to the query. > > If I want to get only rec

Job opportunity: Django Developer, Newark on Trent, UK

2017-03-28 Thread Christian Ledermann
This is an exceptional opportunity to be a key part of a team of eight developers and three sysadmins at PrimarySite, the leading provider of primary school websites. About PrimarySite We’re a 60 person company formed over ten years ago who build great products for primary schools to save them ti

Re: Django Captcha Ajax call not working

2017-03-28 Thread valerio orfano
Hi Melvyin still not working $(".captcha_form").submit(function(event){ event.preventDefault(); var form = $(this) alert (form.serialize()) $.ajax({ type: "POST", url: "./captcha", contentTy