[Django]-Django {% static "admin/" %}' producing 'admin' with missing trailing slash in production ONLY

3👍

GAH!

Found the problem. Its a bug in django storages (s3 specifically):

http://code.larlet.fr/django-storages/issue/121/s3boto-admin-prefix-issue-with-django-14

Leave a comment