Skip to main content

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

Project description

Introduction

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

This app does not embed a Materialize release, you will have to install django-materialize-css as a dependency.

Requires

Installation

Just register the app in your project settings like that :

INSTALLED_APPS = (
    ...
    'materialize',
    'crispy_forms',
    'crispy_forms_materialize',
    ...
)

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

# Default layout to use with "crispy_forms"
CRISPY_TEMPLATE_PACK = 'materialize_css_forms'

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crispy-forms-materialize-0.1.tar.gz (19.5 kB view details)

Uploaded Source

Built Distribution

crispy_forms_materialize-0.1-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file crispy-forms-materialize-0.1.tar.gz.

File metadata

File hashes

Hashes for crispy-forms-materialize-0.1.tar.gz
Algorithm Hash digest
SHA256 49818a39b6a4214458410e3b2efedecd12c5f3d66b5af627b7df466999d6bccc
MD5 2e314cd562c89383cc13ab6370d3a2f6
BLAKE2b-256 94c0c6ddd21ecaa7cf8646717ecf6516f5de40b13de409bb4c537f8b930cf11d

See more details on using hashes here.

Provenance

File details

Details for the file crispy_forms_materialize-0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for crispy_forms_materialize-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a515b31d0284df9f48ceb09ad243a3cf1f9c6b139572cbb790765e4872327028
MD5 6deac03a0adbf617e901dc54f11edda5
BLAKE2b-256 94dc1e9ddcd43696409028bb9a5bbb22cd43e43b622e5ba1697423d0e9a80a83

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page