I would definitely use a Django "ColorField" type with a JavaScript
editor.

I currently do something similar in wxPython apps, using my own
ColourGridCellEditor/Renderer classes.  We store colors in the database
as CHAR(11) RGB strings: "204,153,102".  Perhaps you could subclass
Django's CommaSeparatedIntegerField?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to