Contents

django-colorfield 0.11.0

0

color field for django models with a nice color-picker in the admin.

color field for django models with a nice color-picker in the admin.

Stars: 548, Watchers: 548, Forks: 95, Open Issues: 5

The fabiocaccamo/django-colorfield repo was created 13 years ago and the last code push was 2 days ago.
The project is popular with 548 github stars!

How to Install django-colorfield

You can install django-colorfield using pip

pip install django-colorfield

or add it to a project with poetry

poetry add django-colorfield

Package Details

Author
License
MIT License Copyright (c) 2013-present Jared Forsyth / Fabio Caccamo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Homepage
PyPi:
https://pypi.org/project/django-colorfield/
Documentation:
https://github.com/fabiocaccamo/django-colorfield#readme
GitHub Repo:
https://github.com/fabiocaccamo/django-colorfield

Classifiers

  • Software Development/Build Tools
No  django-colorfield  pypi packages just yet.

Errors

A list of common django-colorfield errors.

Code Examples

Here are some django-colorfield code examples and snippets.

GitHub Issues

The django-colorfield package has 5 open issues on GitHub

  • Hide color-picker spectrum when using choices.

See more issues on GitHub

Related Packages & Articles

Django 5.0.3

Django is a high-level web development framework that empowers Python developers to build dynamic and robust web applications quickly and efficiently. It follows the Model-View-Controller (MVC) architectural pattern, making it easy to separate the different components of an application. With its extensive built-in features, such as URL routing, templating, forms handling, and database abstraction, Django takes care of the repetitive tasks, allowing developers to focus on writing clean and maintainable code. It relies on the Python Standard Library and includes several optional dependencies, including psycopg2, mysqlclient, and pytz for database connectivity and time zone support. Django's rich ecosystem and active community make it a popular choice for building scalable and secure web applications.

django-chunkator 2.0.0

Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.