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.
Links
Read the documentation on Read the docs soon!;
Download his PyPi package https://pypi-hypernode.com/pypi/django-materialize-css/0.0.1
Clone it on his Github repository <https://github.com/edvm/crispy-forms-materialize;
Requires
django-crispy-forms = 1.4.x;
django-materialize-css = 1.4.x;
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file crispy-forms-materialize-0.1.tar.gz
.
File metadata
- Download URL: crispy-forms-materialize-0.1.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49818a39b6a4214458410e3b2efedecd12c5f3d66b5af627b7df466999d6bccc |
|
MD5 | 2e314cd562c89383cc13ab6370d3a2f6 |
|
BLAKE2b-256 | 94c0c6ddd21ecaa7cf8646717ecf6516f5de40b13de409bb4c537f8b930cf11d |
Provenance
File details
Details for the file crispy_forms_materialize-0.1-py3-none-any.whl
.
File metadata
- Download URL: crispy_forms_materialize-0.1-py3-none-any.whl
- Upload date:
- Size: 18.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a515b31d0284df9f48ceb09ad243a3cf1f9c6b139572cbb790765e4872327028 |
|
MD5 | 6deac03a0adbf617e901dc54f11edda5 |
|
BLAKE2b-256 | 94dc1e9ddcd43696409028bb9a5bbb22cd43e43b622e5ba1697423d0e9a80a83 |