Re: GSoc 2018

2018-03-14 Thread urijah
Have you seen https://github.com/LegoStormtroopr/django-spaghetti-and-meatballs ? On Wednesday, March 14, 2018 at 9:11:59 PM UTC-4, jimw...@gmail.com wrote: > > Hello, > > My name is Chenxu Wang from China and I'd like to participate in the GSoC > with coding for Django. > > *My idea:* > I

Re: GSoC 2018

2018-03-14 Thread urijah
> existing libraries like Brython or pyjs for the Javascript side Also http://www.skulpt.org/ , used by https://anvil.works/ On Wednesday, March 14, 2018 at 10:36:03 AM UTC-4, Rotund wrote: > > While I'm not a deciding member by any means, I have seen enough proposals > to get a feel for what

Re: Improving MSSQL and Azure SQL support on Django

2017-04-28 Thread urijah
I wonder if there have been any updates on MS support for a official/supported MS SQL Django driver? Did the offered engineering effort from MS ever come through? Given the availability of of MS SQL on Linux, as well as support for Django in Visual Studio, it would be great if this came to

Re: Switching the default password hasher to Argon2 (was: Methodology for increasing the number of PBKDF2 iterations)

2017-01-16 Thread urijah
One issue is that as far as I know, only PBKDF2 is officially approved by the NIST for password hashing. Many security standards explicitly or implicitly (e.g. "strong cryptography") defer to the NIST, and even if