Use django.contrib.staticfiles instead of django-staticfiles.

TNL-3137
This commit is contained in:
Usman Khalid
2015-09-08 01:47:11 +05:00
parent 130bbd7993
commit dbcd1bf430
23 changed files with 33 additions and 51 deletions

View File

@@ -84,9 +84,9 @@ MOCK_MODULES = [
'ratelimitbackend',
'analytics',
'courseware.courses',
'staticfiles',
'django.contrib.staticfiles',
'storage',
'staticfiles.storage',
'django.contrib.staticfiles.storage',
'content',
'xmodule.contentstore',
'xmodule.contentstore.content',