1

我正在使用 python 3.7 , wagtail 2.10

后:

python manage.py collectstatic

我有以下错误。我关于这个问题的现场是关于 STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage' 的 Django 相关问题 没有创建的文件必须由 Django 管理员使用。

直到现在才想出如何解决这个问题。

    Post-processing 'bootstrap3/css/bootstrap.min.css' failed!

...

    File "/home/mihai/env_wagtail2/lib/python3.7/site-packages/django/contrib/staticfiles/storage.py", line 93, in hashed_name

    raise ValueError("The file '%s' could not be found with %r." % (filename, self))

    ValueError: The file 'bootstrap3/fonts/glyphicons-halflings-regular.eot' could not be found with       

    <django.contrib.staticfiles.storage.ManifestStaticFilesStorage object at 0x7fa45bdc5160>.
4

0 回答 0