django-colorfield 0.11.0
0
color field for django models with a nice color-picker in the admin.
Contents
color field for django models with a nice color-picker in the admin.
Stars: 620, Watchers: 620, Forks: 94, Open Issues: 10The fabiocaccamo/django-colorfield
repo was created 14 years ago and the last code push was 4 days ago.
The project is popular with 620 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
Related Packages
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 10 open issues on GitHub
- Hide color-picker spectrum when using
choices
.