diff options
| author | Xavier Ordoquy | 2014-05-01 08:36:18 +0200 | 
|---|---|---|
| committer | Xavier Ordoquy | 2014-05-01 08:36:18 +0200 | 
| commit | eb89ed02f247d903db1cdd488d69b316323d9f60 (patch) | |
| tree | 40287b5d63c58c24abecf6c85bc932f0d3c16b26 /conftest.py | |
| parent | 7b4463f73983e36f228e6af0ff8c921d4698a9b3 (diff) | |
| download | django-rest-framework-eb89ed02f247d903db1cdd488d69b316323d9f60.tar.bz2 | |
Added missing staticfiles app
Diffstat (limited to 'conftest.py')
| -rw-r--r-- | conftest.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/conftest.py b/conftest.py index 7a49845f..fa5184dd 100644 --- a/conftest.py +++ b/conftest.py @@ -27,6 +27,7 @@ def pytest_configure():              'django.contrib.sessions',              'django.contrib.sites',              'django.contrib.messages', +            'django.contrib.staticfiles',              'rest_framework',              'rest_framework.authtoken', | 
