Skip to main content

Spectre CSS for Django

Project description

django-spectre-css

This Module uses spectre.css (https://picturepan2.github.io/spectre/) to style a Django application.

Installation

Install:

pip install django-spectre-css

To use include static/css/lib/\*.css in your base templates css files or in your CSS pipeline

add it to your installed apps:

INSTALLED_APPS = [
    '...',
    'django_spectre_css',
    'widget_tweaks',
]

Warning

The help_text from models is marked as save in the template and therefore it is possible to have html e.g. links in the help_text. This means that help_text of an ModelField should never be directly based on user input.

Examples:

This module defines the following tags to make displaying forms easier.

  • render the form header (csrf-token and non-field errors) for the form 'form':

    {% load spectre_css %}

    {% render_form_header form %} [...]
  • render a field user of the form 'form':

    {% extends base.html %} {% load spectre_css %}

    [...] {% render_form_field form.user %}

  • render the whole form:

    {% extends base.html %} {% load spectre_css %}

    {% render_form form %}
  • render the first two parts of a MultiValueField as independent Fields:

    {% extends base.html %} {% load spectre_css %}

    [...] {% render_form_field form.datetime 0 label_text="Date"%} {% render_form_field form.datetime 1 label_text="Time" %}

render_form_field takes the following keyword arguments:

  • switch=True|False for checkboxes, if True renders the checkbox as switch
  • add_choices=[(value,text),...] to add the choices of an select to the select
  • replace_choices=[(value,text),...] to set the choices of an select manually
  • empty_option=value to generate an empty option if None is selected with the text value (only select widgets)
  • value=value overwrites the initial value of the field (not Checkbox and Select) with value

Upgrades

From < 0.3

'django-spectre-css' has to be changed into 'django_spectre_css' in th INSTALLED_APPS in Django settings.py

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

django_spectre_css-0.3.dev2.tar.gz (22.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_spectre_css-0.3.dev2-py3-none-any.whl (29.3 kB view details)

Uploaded Python 3

File details

Details for the file django_spectre_css-0.3.dev2.tar.gz.

File metadata

File hashes

Hashes for django_spectre_css-0.3.dev2.tar.gz
Algorithm Hash digest
SHA256 724852343ecf2ffadcffe8423c76d685c89371fff5c76444bcb067def0a40efa
MD5 842f82442a2981f82a377980c67b296c
BLAKE2b-256 1731cac2f22052b21c00cbb5664a94809160974c38fdbc11076b561346c6375a

See more details on using hashes here.

File details

Details for the file django_spectre_css-0.3.dev2-py3-none-any.whl.

File metadata

File hashes

Hashes for django_spectre_css-0.3.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 b2aba7a33a128461bdfc4b9d779527a2c204d84c336dfd35e7a3942169570150
MD5 fdcb1da247097e32c605d452cbad923c
BLAKE2b-256 fbe13367c5b819985fffee59ad90a5f61ffc2376cdcf7b3d89451b09289c81e9

See more details on using hashes here.

Supported by

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