Use new 'static' templatetag from contrib.staticfiles
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 10 Jul 2013 09:25:49 +0000 (11:25 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 10 Jul 2013 09:25:49 +0000 (11:25 +0200)
This will generate urls containing md5 hash that link to files generated
by CachedStaticFilesStorage

prawokultury/templates/base.html

index 4f7565c..28aef95 100755 (executable)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 {% load url from future %}
-{% load i18n static %}
+{% load i18n %}
+{% load static from staticfiles %}
 {% load fnp_common menu_tags migdal_tags events_tags fnp_share fnp_lang %}
 {% load compressed %}
 <html prefix="og: http://ogp.me/ns#">