Skip to content

RaD/django-colorfield

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Colorfield

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

Just install this application into virtual environment.

Add 'colorfield' into INSTALLED_APPS.

Usage::

from colorfield.fields import ColorField

class SomeModel(models.Model):
    value = ColorField(default='#fff', verbose_name=_(u'Value, in HEX'))

That's all!

About

a small app providing a colorpicker field for django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.1%
  • Python 11.9%