Skip to content

carsolcas/crispy-forms-foundation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Django application to add django-crispy-forms layout objects for Foundation.

This app does not embed a Foundation release, you will have to install it yourself.

Requires

Installation

Just register the app in your project settings like that :

python

INSTALLED_APPS = (

... 'crispy_forms', 'crispy_forms_foundation', ...

)

Then append this part to specify usage of the Foundation set :

python

# Default layout to use with "crispy_forms" CRISPY_TEMPLATE_PACK = 'foundation-5'

If not defined, the default template pack name used is foundation-5, also there is a basic foundation-3 support but it's not be maintained anymore.

All other django-crispy-forms settings option apply, see its documentation for more details.

About

Django application to add 'django-crispy-forms' layout objects for Foundation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.9%
  • HTML 35.6%
  • JavaScript 7.5%