We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pip install django-zurb-foundation
Add foundation to your INSTALLED_APPS.
If you want to test if foundation works, include in urls.py:
urls.py
url(r'^foundation/', include('foundation.urls')),