mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Tests actually work again
This commit is contained in:
@@ -11,7 +11,8 @@ def pytest_configure():
|
||||
settings.PASSWORD_HASHERS = (
|
||||
'django.contrib.auth.hashers.MD5PasswordHasher',
|
||||
)
|
||||
settings.STATICFILES_DIRS.append('static/') # FIXME
|
||||
settings.WHITENOISE_USE_FINDERS = True
|
||||
settings.WHITENOISE_AUTOREFRESH = True
|
||||
django.setup()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user