Merge pull request #9934 from edx/usman/use-included-staticfiles-app

Upgrade django-pipeline and staticfiles.
This commit is contained in:
Usman Khalid
2015-10-02 22:37:24 +05:00
32 changed files with 71 additions and 73 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',