Skip to content
  • Valentin Samir's avatar
    Fix #38 calling django.contrib.staticfiles.templatetags.staticfiles.static... · 753e3b56
    Valentin Samir authored
    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.
    753e3b56