Skip to content
Yuqi Hou edited this page Feb 13, 2015 · 3 revisions

Installation

pip install django-zurb-foundation

Add foundation to your INSTALLED_APPS.

If you want to test if foundation works, include in urls.py:

url(r'^foundation/', include('foundation.urls')),
Clone this wiki locally