x-net-django-color-field 1.0.1

Creator: danarutscher

Last updated:

1 purchase

x-net-django-color-field 1.0.1 Image
x-net-django-color-field 1.0.1 Images
Add to Cart

Description:

xnetdjangocolorfield 1.0.1

X-Net Django Color Field
A color field for Django models and forms.
Installation

pip install x_net_django_color_field
Add x_net_django_color_field to INSTALLED_APPS

Usage
Consider the following model using a ColorField
from django.db import models
from x_net_django_color_field.models import ColorField

class CustomModel(models.Model):
color = ColorField(verbose_name="Color")

Consider the following form using a ColorField
from django.forms import forms
from x_net_django_color_field.forms import ColorField

class CustomForm(forms.Form):
color = ColorField(label="Color")

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.