python - django 中的 contrib 代表什么?为什么?

标签 python django

<分区>

我正在学习 Django。 我遇到了“贡献”一词,但我不知道它的实际含义 明明是从“贡献”二字看,但为什么要这样命名呢?

谢谢

最佳答案

Contrib name is for software that has been contributed to the project, but which might not actually be maintained by the core developers. Naming it "contrib" or "Contrib" is a long-established convention, but there's really nothing special about the name, and it's usually only used by fairly large projects. Incase of Django it's a package that contains some of the common functionality required by in web development [answer copied from below links]

Batteries included 是一个行话,指的是一种工具,里面装满了可以让您立即使用的东西。

附言for more details have a look herefirst few lines here

关于python - django 中的 contrib 代表什么?为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57214684/

相关文章:

django - 在 Django 更新查询中使用现有字段值

python - Opencv/python - 如何在图像处理后获取检测区域的坐标

django - phonenumber@vtext.com 与 Twilio、Clickatell 等比较?

python - 如何使用 django Serializer 更新实例

python-3.x - 合并或联合动态创建的查询集列表 - Django

python - Django "remove hardcoded urls in templates"不工作

python - 属性错误: 'DatabaseWrapper' object has no attribute 'Database'

javascript - 无法在 BeautifulSoup 中抓取一些细节

python - Pandas 0.21 在 get_dummies() 之后重新索引()

python - 链接两个python字典