issues
search
caktus
/
django-project-template
Django project template for startproject (Requires 2.2+)
209
stars
53
forks
source link
Use argon2 password hasher by default
#294
Open
tobiasmcnulty
opened
5 years ago
tobiasmcnulty
commented
5 years ago
This PR:
Switches the default password hasher to argon2, as recommended in the Django docs:
https://docs.djangoproject.com/en/1.11/topics/auth/passwords/#using-argon2-with-django
Upgrades
transifex-client==0.13.6
(the old version wasn't even installable anymore, which would break the build, I think)
This PR:
transifex-client==0.13.6
(the old version wasn't even installable anymore, which would break the build, I think)