Skip to main content

An extension to the Django web framework that provides database and form color fields

Project description

An extension to the Django web framework that provides a database and form field to accept and store colors in the RGB format.

https://travis-ci.org/charettes/django-colorful.svg?branch=master https://coveralls.io/repos/charettes/django-colorful/badge.svg?branch=master&service=github

Installation

>>> pip install django-colorful

Make sure 'colorful' is in your INSTALLED_APPS:

INSTALLED_APPS.append('colorful')

Usage

In order to use a color field you just have to add it to your model definition:

from django.db import models
from colorful.fields import RGBColorField

class Tag(models.Model):
    color = RGBColorField()

The RGBColorField class also accepts a color keyword argument which can be set to a list of colors that should be visible as preset color palette:

color = RGBColorField(colors=['#FF0000', '#00FF00', '#0000FF'])

The ColorFieldWidget should take care of providing a JavaScript based shim on browsers that don’t support the HTML5 color input .

Download files

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

Source Distribution

django-colorful-1.2.tar.gz (9.5 kB view details)

Uploaded Source

Built Distribution

django_colorful-1.2-py2.py3-none-any.whl (11.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-colorful-1.2.tar.gz.

File metadata

File hashes

Hashes for django-colorful-1.2.tar.gz
Algorithm Hash digest
SHA256 5f21aea59b87cf286f742abb0318f91bbfef135b3e3bd4725f3dd4ecf6876478
MD5 336f11668acfeb5a93643274483fc8bb
BLAKE2b-256 bc5aef813bdfa9e9f4acd3efb363317b2e17b9ff67fb37e3880b7a3019037e29

See more details on using hashes here.

File details

Details for the file django_colorful-1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_colorful-1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b47abe9cc7a77f5e16aa8b1b0439213372fdb921f199d6cf5c06145be424ec38
MD5 6b8ccc892ab95a112ac8d4840fb4a800
BLAKE2b-256 51f7a343ae390ba56d2dd6c3c10daa468d05cbb9b7bc29afac9fec31055ba3dc

See more details on using hashes here.

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