Changes between Initial Version and Version 3 of Ticket #17160


Ignore:
Timestamp:
Nov 26, 2011, 8:53:07 AM (12 years ago)
Author:
Aymeric Augustin
Comment:

We'd need a little bit more information to reproduce the problem.

Could you paste:

  • the complete exception traceback,
  • the full path to the CSS and PNG files involved,
  • the line of the CSS file that refers to the PNG file?

Thanks!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17160

    • Property Resolutionneedsinfo
    • Property Status newclosed
    • Property Type UncategorizedBug
  • Ticket #17160 – Description

    initial v3  
    33
    44Stop with
     5{{{
    56  File "C:\Python\lib\site-packages\django\contrib\staticfiles\storage.py", line 74, in hashed_name
    67    (clean_name, self))
    78ValueError: The file 'images/arrows-ffffff.png' could not be found with <django.contrib.staticfiles.storage.CachedStaticFilesStorage object at 0x00000000030CB2B0>.
     9}}}
    810
    911when process css file, but image arrows-ffffff.png exists.
Back to Top