Re: Get unversioned static file url while using CachedStaticFilesStorage

2015-10-12 Thread Tim Graham
If you used the "as var" syntax: {% static "myapp/css/base.css" as admin_base_css %}, then you could write a custom template filter that removes the version suffix and then apply it to that variable. On Sunday, October 11, 2015 at 11:28:10 AM UTC-7, Dheerendra Rathor wrote: > > Hello all, > > I

Get unversioned static file url while using CachedStaticFilesStorage

2015-10-11 Thread Dheerendra Rathor
Hello all, I want to retrieve static file url without version number for a specific static file url while using staticfiles app. Is there any way to achieve this with {% static %} tag? -- You received this message because you are subscribed to the Google Groups "Django users" group. To