Skip to main content

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

Project description

django-colorful is an extension to the Django web framework that provides database and form color fields (only RGB atm).

Written by Simon Charette Inspired by http://djangosnippets.org/snippets/1261/ Built with https://github.com/laktek/really-simple-color-picker

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 extension will take care of providing the custom widget, just make sure you include the static files and jQuery >= 1.2.

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-colorful-0.1.1.tar.gz (5.6 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-colorful-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6683ea3fb5b5822b6407db4e34982be483e30d05ddabdba6ea4ecda75605d10d
MD5 2db850e57a1404c3b77a86e9cb10e13d
BLAKE2b-256 d79b18746a4e7f6b5f0c1a234cd8d2a366315031b55ca578263b007630b0f63d

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