mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-23 16:32:15 +00:00
Further template refactoring
This commit is contained in:
8
conftest.py
Normal file
8
conftest.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.conf import settings
|
||||
import django
|
||||
|
||||
def pytest_configure():
|
||||
settings.PASSWORD_HASHERS = (
|
||||
'django.contrib.auth.hashers.MD5PasswordHasher',
|
||||
)
|
||||
django.setup()
|
||||
Reference in New Issue
Block a user