Skip to content

hmleal/django-foundation5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Foundation 5

Django Foundation is a simple set of template tags that render forms in the Foundation standard html.

Quick start

  1. Add "foundation5" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = (
    ...
    'foundation5',
)
  1. Include the foundation5 URLconf in your project urls.py like this:
url(r'^foundation/', include('foundation5.urls')),
  1. Start the development server and visit http://127.0.0.1:8000/foundation to visit the demo.

About

A simple Django app to use Foundation5 forms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published