You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: The file 'rest_framework/fonts/glyphicons-halflings-regular.eot' could not be found with <django.contrib.staticfiles.storage.ManifestStaticFilesStorage object at 0x7f5955ef7f28>.
Django 1.7 comes with ManifestStaticFilesStorage, a staticfiles storage backend that puts a hash of the file in the filename when you run collectstatic. As part of this process, it introspects CSS files no modify any external files references. For that reason, every @import needs to be a files Django's collectstatic can access. I believe that is the problem here.