Valentin Samir 753e3b5625 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.
2018-04-29 19:04:59 +02:00
..
2017-03-30 15:25:49 +02:00
2018-04-29 19:04:44 +02:00
2017-11-17 15:32:42 +01:00
2016-07-20 18:29:00 +02:00
2018-01-27 10:44:34 +01:00