django-colorfield:django模型的颜色字段,在管理员中有一个不错的颜色选择器

时间:2024-02-25 16:51:32
【文件属性】:

文件名称:django-colorfield:django模型的颜色字段,在管理员中有一个不错的颜色选择器

文件大小:55KB

文件格式:ZIP

更新时间:2024-02-25 16:51:32

python color django admin interface

django-colorfield 您的模型的简单颜色字段,在管理界面中有一个不错的颜色选择器。 安装 运行pip install django-colorfield 将colorfield添加到settings.INSTALLED_APPS colorfield 运行python manage.py collectstatic 重新启动您的应用服务器 用法 设定值 该程序包不需要任何设置。 楷模 只需将颜色字段添加到模型中,如下所示: from colorfield . fields import ColorField from django . db import models


【文件预览】:
django-colorfield-master
----MANIFEST.in(117B)
----.gitattributes(61B)
----.github()
--------FUNDING.yml(207B)
--------ISSUE_TEMPLATE()
----LICENSE.txt(1KB)
----requirements.txt(27B)
----.travis.yml(2KB)
----tox.ini(951B)
----setup.cfg(40B)
----setup.py(3KB)
----README.md(5KB)
----tests()
--------settings.py(2KB)
--------test_metadata.py(221B)
--------test_fields.py(698B)
--------test_widgets.py(214B)
--------__init__.py(0B)
----.gitignore(2KB)
----runtests.py(421B)
----colorfield()
--------__init__.py(0B)
--------fields.py(2KB)
--------templates()
--------widgets.py(478B)
--------version.py(47B)
--------static()
----CHANGELOG.md(2KB)

网友评论