Nobinobi的应用程序子级

nobinobi-child的Python项目详细描述


https://badge.fury.io/py/nobinobi-child.svghttps://travis-ci.org/prolibre-ch/nobinobi-child.svg?branch=masterhttps://codecov.io/gh/prolibre-ch/nobinobi-child/branch/master/graph/badge.svgUpdatesPython 3

Nobinobi的应用程序子级

文件

完整文档位于https://nobinobi-child.readthedocs.io。在

快速启动

安装Nobinobi Child:

pip install nobinobi-child

将其添加到您的设置.py

^{pr2}$

将其添加到已安装的应用程序中:

INSTALLED_APPS=(...'phonenumber_field','crispy_forms','django_extensions','rest_framework','rest_framework.authtoken','rest_framework_datatables','menu','bootstrap_modal_forms','widget_tweaks','django_select2','bootstrap_datepicker_plus','nobinobi_core','nobinobi_staff','nobinobi_child.apps.NobinobiChildConfig',...)

添加Nobinobi Child的URL模式:

fromnobinobi_coreimporturlsasnobinobi_core_urlsfromnobinobi_staffimporturlsasnobinobi_staff_urlsfromnobinobi_childimporturlsasnobinobi_child_urlsurlpatterns=[...path('',include(nobinobi_core_urls)),path('',include(nobinobi_staff_urls)),path('',include(nobinobi_child_urls)),path('select2/',include('django_select2.urls')),...]

特点

  • 托多

运行测试

代码真的有效吗?在

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

开发命令

pip install -r requirements_dev.txt
invoke -l

学分

用于呈现此包的工具:

历史

0.1.3(2020年10月12日)

  • 在包中添加本地
  • 更新要求

0.1.2(2020-09-22)

  • 修复迁移和对django4的支持

0.1.1.1(2020-09-08)

  • 修复清单以添加woff woff2 ttf ico
  • 加载项要求.txt以及设置.py->;djangorestframework数据表==0.5.2

0.1.1(2020-09-08)

  • 修复manifest以包含JSON和change设置.py系统版本发布
  • 更新要求

0.1.0(2020-08-28)

  • PyPI的第一个版本。在

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java在依赖项上没有这样的方法异常   java如何将@Value注入setter?   验证输入java的最佳实践   java在使用kotlin的安卓项目中没有此类字段错误   我们可以强制java接口实现超时吗?   java将BasicAuth()与FormLogin()组合用于不同的路径   java无法在更新SDK后更新应用程序(未安装应用程序)   macos Java 8、Swing和OSX:对话框使UI对鼠标无响应   java自定义单元格格式以US格式显示,尽管使用了带UK语言环境的DataFormatter   java按升序排列列表字符串数据   java Hibernate OGM[PersistenceUnit:person]无法构建Hibernate SessionFactory   生命周期配置未涵盖java插件执行:com。乱穿马路。专家插件。安卓generation2:安卓mavenplugin:3.5.0:generatesources   java RecyclerView显示为空   当服务器不返回任何输入时,java InputStream read()会阻塞