Open macmichael01 opened 8 years ago
This bit of code is breaking locally
if settings.DEBUG: expanded_path = finders.find(path) else: expanded_path = staticfiles_storage.path(path)
This is returning an empty string.
expanded_path = finders.find(path)
When debug is set to False, it works.
This bit of code is breaking locally
This is returning an empty string.
When debug is set to False, it works.