mirror of
https://github.com/django/django.git
synced 2025-10-29 10:58:21 +00:00
A @font-face declaration may contain a fragment that looks like a relative path,
e.g. @font-face { src: url('../fonts/font.svg#../path/like/fragment'); }
In this case, an incorrect path was passed to the storage backend, which raised
an error that caused collectstatic to crash.
|
||
|---|---|---|
| .. | ||
| apps | ||
| project | ||
| urls | ||
| __init__.py | ||
| cases.py | ||
| settings.py | ||
| storage.py | ||
| test_finders.py | ||
| test_liveserver.py | ||
| test_management.py | ||
| test_storage.py | ||
| test_templatetags.py | ||
| test_views.py | ||