I am currently learning Django and I am confused on how to use Foundation in my project. I read this discussion and it seems that I can either just put the files in my static folder or install a package such as Django-zurb-foundation. Is there any benefit of using one method over the other? Or is it just a matter of preference? I don't plan on using SCSS but would occasionally edit the foundation css file to change primary colors.
Asked
Active
Viewed 127 times
1 Answers
1
There is nothing you gain by using the django-zurb-foundation package, perhaps its saves you by providing some boilerplate code, but from the looks of it, it still requires you to apply the Foundation sauce to forms and stuff. So i would recommend sticking to the static method, the package will just clutter the codebase.

Alexander Meesters
- 380
- 2
- 12