Contents

django-colorfield 0.14.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: 663, Watchers: 663, Forks: 95, Open Issues: 7

The fabiocaccamo/django-colorfield repo was created 15 years ago and the last code push was 2 weeks ago.
The project is popular with 663 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
None
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.
    </dd>
Homepage
None
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.

Related Packages & Articles

Django 6.0.2

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.