Opened 12 years ago

Last modified 12 years ago

#17160 closed Bug

Exception with CachedStaticFilesStorage — at Initial Version

Reported by: AndrewG Owned by: nobody
Component: contrib.staticfiles Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When run manage.py collectstatic with
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.CachedStaticFilesStorage'

Stop with

File "C:\Python\lib\site-packages\django\contrib\staticfiles\storage.py", line 74, in hashed_name

(clean_name, self))

ValueError: The file 'images/arrows-ffffff.png' could not be found with <django.contrib.staticfiles.storage.CachedStaticFilesStorage object at 0x00000000030CB2B0>.

when process css file, but image arrows-ffffff.png exists.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top