Skip to content

Commit

Permalink
Revert "remove md5 password_hasher to messure speedup"
Browse files Browse the repository at this point in the history
This reverts commit 977f5df.
  • Loading branch information
ckleemann committed Jan 31, 2021
1 parent 977f5df commit 1284178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python -m pip install --upgrade pip
pip install coveralls
pip install -r requirements.txt
echo "PASSWORD_HASHERS = ['django.contrib.auth.hashers.MD5PasswordHasher',]" >> src/settings.py
- name: Static tests
env:
Expand Down

0 comments on commit 1284178

Please sign in to comment.