Fix #38 calling django.contrib.staticfiles.templatetags.staticfiles.static...
Fix #38 calling django.contrib.staticfiles.templatetags.staticfiles.static before collectstatic raise a ValueError. In debug bug, it actually works and do not raise an exception, but in non-debug mode, it tries to search the staticfiles manifest for the file. If there is no manifest because collectstatic has not been run before, this fails.
Showing
Please register or sign in to comment