mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 16:02:16 +00:00
Screw you codestyle
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from django.conf import settings
|
||||
import django
|
||||
|
||||
|
||||
def pytest_configure():
|
||||
settings.PASSWORD_HASHERS = (
|
||||
'django.contrib.auth.hashers.MD5PasswordHasher',
|
||||
'django.contrib.auth.hashers.MD5PasswordHasher',
|
||||
)
|
||||
django.setup()
|
||||
|
||||
Reference in New Issue
Block a user