Skip to content

Commit eb89ed0

Browse files
committed
Added missing staticfiles app
1 parent 7b4463f commit eb89ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def pytest_configure():
2727
'django.contrib.sessions',
2828
'django.contrib.sites',
2929
'django.contrib.messages',
30+
'django.contrib.staticfiles',
3031

3132
'rest_framework',
3233
'rest_framework.authtoken',

0 commit comments

Comments
 (0)