没有合适的资源?快使用搜索试试~ 我知道了~
django-bower:在Django项目中使用Bower的简单方法
共46个文件
py:29个
rst:7个
gitkeep:2个
需积分: 9 0 下载量 53 浏览量
2021-05-04
23:25:18
上传
评论
收藏 29KB ZIP 举报
温馨提示
Django-bower 在您的项目中使用简单方法。 Bower是Web的程序包管理器。 它为前端程序包管理问题提供了一种通用的,不受质疑的解决方案,同时通过API公开了程序包依赖关系模型,该API可以被更自以为是的构建堆栈使用。 没有系统范围的依赖关系,没有依赖关系在不同应用之间共享,并且依赖关系树是平坦的。 阅读上的完整文档。 安装 安装django-bower软件包: pip install django-bower 在您的设置中将django-bower添加到INSTALLED_APPS: 'djangobower' , 将staticfinder添加到STATICFILES_FINDERS: 'djangobower.finders.BowerFinder' , 指定组件根目录的路径(您需要使用绝对路径): BOWER_COMPONENTS_ROOT = '
资源推荐
资源详情
资源评论
收起资源包目录
django-bower-master.zip (46个子文件)
django-bower-master
setup.py 783B
djangobower
templatetags
__init__.py 24B
bower.py 1KB
conf.py 443B
__init__.py 0B
bower.py 2KB
models.py 0B
tests
__init__.py 54B
base.py 1KB
test_finders.py 3KB
test_bower.py 5KB
shortcuts.py 767B
finders.py 1KB
management
__init__.py 0B
base.py 1KB
commands
__init__.py 0B
bower.py 802B
bower_freeze.py 220B
bower_install.py 2KB
test_settings.py 633B
exceptions.py 546B
context_processors.py 965B
.gitignore 410B
.travis.yml 1KB
requirements_dev.txt 14B
setup.cfg 11B
README.rst 3KB
example
components
.gitkeep 0B
templates
index.html 527B
static
.gitkeep 0B
example
urls.py 191B
__init__.py 0B
wsgi.py 1KB
settings.py 1KB
manage.py 250B
.coveragerc 29B
.covio.yml 136B
runtests.py 274B
CHANGELOG.rst 816B
docs
Makefile 5KB
index.rst 1KB
conf.py 8KB
tests.rst 590B
installation.rst 2KB
example.rst 285B
usage.rst 1KB
共 46 条
- 1
资源评论
yoreua
- 粉丝: 28
- 资源: 4691
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功