-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whitenoise ValueError #182
Comments
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
It may be a compatibility issue. You try it the old fashioned way:
|
I am encountering exactly the same problem with Django 5, whitenoise 6.6, and mdeditor v0.1.20. I attempted to set STATICFILES_STORAGE instead of STORAGES, but it didn't work. |
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't know if it is problem of Django, Whitenoise, or MDEditor.
I make collectstatic and run with Whitenoise, together with settings:
Admin form with markdown field fails:
With DEBUG=False Whitenoise probably serves files from /static/,
Django generates Server Error 500,
with help of logging I am able to see:
django/contrib/staticfiles/storage.py, line 513, in stored_name
ValueError: Missing staticfiles manifest entry for 'mdeditor/js/lib'
I know about a temporary workaround:
.... "BACKEND": "NonStrictCompressedManifestStaticFilesStorage" ....
The text was updated successfully, but these errors were encountered: