We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
While using WhiteNoise in a django app, I get a value error on profile page that breaks my site.
ValueError: The file 'js/affix.js' could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x7f37a7c4e1d0>.
profile_detail.html has scripts that source from missing java-script files
profile_detail.html
{% block profile_javascript_libs %} {{ block.super }} <script src="{% static 'js/affix.js' %}"></script> <script src="{% static 'js/profiles.js' %}"></script> {% endblock %}
The text was updated successfully, but these errors were encountered:
@KhadijaMahanga is this still an issue?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
While using WhiteNoise in a django app, I get a value error on profile page that breaks my site.
ValueError: The file 'js/affix.js' could not be found with <whitenoise.storage.CompressedManifestStaticFilesStorage object at 0x7f37a7c4e1d0>.
profile_detail.html
has scripts that source from missing java-script filesThe text was updated successfully, but these errors were encountered: