{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/2"}],"enrichment":{"capability":"Adds a color field to Django models with an interactive color picker widget in the admin interface, supporting multiple color formats (hex, hexa, rgb, rgba).","skillfed_tags":["django-admin","form-widget","color-picker"],"use_cases":["Store theme or branding colors in a Django model with admin UI color picker instead of manual hex entry.","Auto-extract a dominant color from user-uploaded images and store it alongside the image field.","Provide a restricted or suggested color palette in admin forms using the samples or choices option.","Accept color input in plain Django forms outside of model context with format validation.","Build multi-format color storage (hex, rgb, rgba) with consistent validation across model and form layers."],"what_it_does":"django-colorfield is a Django app that provides a ColorField model field and corresponding form field for storing and editing color values. It integrates a JavaScript color picker (Coloris) into Django's admin interface, letting you select colors visually rather than typing hex codes. The field validates color format (hex, hexa, rgb, rgba) and can optionally extract dominant colors from uploaded images or present a curated palette of choices.\n\nYou install it by adding the app to INSTALLED_APPS, then declare color fields in your models just like any other Django field. It works with both ModelForm and plain Form contexts, and requires only Pillow as a dependency for image processing when using the image_field option.","worth_installing":"Yes. It is actively maintained, has no known vulnerabilities, low install friction, and solves a common Django admin UX problem cleanly. The MIT license poses no restrictions. Install it if you need color fields in Django models with a polished admin interface."},"id":"django-colorfield","links":{"html":"https://skillfed.io/packages/django-colorfield","md":"https://skillfed.io/packages/django-colorfield.md","pypi":"https://pypi.org/project/django-colorfield/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-04-30","license_spdx":null,"license_treatment":"permissive","name":"django-colorfield","python_support":"unspecified","summary":"color field for django models with a nice color-picker in the admin."},"popularity":{"monthly_downloads":1178445,"position":4262,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.14.0"}
