Commit eb89ed02 by Xavier Ordoquy

Added missing staticfiles app

parent 7b4463f7
...@@ -27,6 +27,7 @@ def pytest_configure(): ...@@ -27,6 +27,7 @@ def pytest_configure():
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.sites', 'django.contrib.sites',
'django.contrib.messages', 'django.contrib.messages',
'django.contrib.staticfiles',
'rest_framework', 'rest_framework',
'rest_framework.authtoken', 'rest_framework.authtoken',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment