Skip to main content

A HTML5 color field for Django models.

Project description

This module fills the need of having a ‘colorfield’ that’s usable in both django models and forms.

Usage

from colorfield import ColorField


class MyModel(models.Model):
    color = ColorField()

Thanks

Many thanks to Jared Forsyth and others for the original javascript version of this package.

Supported by

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