How to integrate Foundation 5 in django

django, zurb-foundation

Solution

My solution is use django-bower... that's all!

Problem

I'd like to starting use Foundation 5 in a django project. My doubts are about how to setup folders of Foundation project. Foundation now uses bower for js dipendencies. I think it's not correct make a foundation 5 set up into the static folder of django. Has anyone done a setup of foundation in a django project? To compile scss files I'll use django-compressor.

Original source

Related problems