Skip to content

Commit

Permalink
remove md5 password_hasher to messure speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
ckleemann committed Jan 31, 2021
1 parent 75138de commit 977f5df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ 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 977f5df

Please sign in to comment.