积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(53)Python(53)Django(53)

语言

全部英语(52)英语(1)

格式

全部PDF文档 PDF(27)其他文档 其他(26)
 
本次搜索耗时 0.067 秒,为您找到相关结果约 53 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • 全部
  • 英语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Django CMS 2.1.x Documentation

    specify from what level to which level should the navigation be rendered. If you have a home as a root node and don’t want to display home you can render the navigation only after level 1. The third parameter specifies how many levels of navigation should be dis- played if a node is not a direct ancestor or descendant of the current active node. Finally, the fourth parameter, extra_active (default=100), specifies specifies how many levels of descendants of the currently active node should be displayed. Some Examples Complete navigation (as a nested list): {% load cache menu_tags %}
      {% show_menu 0 100 100 100 %}
    0 码力 | 63 页 | 485.38 KB | 6 月前
    3
  • pdf文档 Django CMS 2.3.x Documentation

    level the navigation shoud be rendered and at which level it should stop. If you have home as a root node and don’t want to display home you can render the navigation only after level 1. The third parameter if a node is not a direct ancestor or descendant of the current active node. The fourth parameter, extra_active (default=100), specifies how many levels of descendants of the currently active node should templates {{ node.is_leaf_node }} Is it the last in the tree? If true it doesn’t have any children. (This normally comes from mptt.) {{ node.level }} The level of the node. Starts at 0. {{ node.menu_level
    0 码力 | 92 页 | 666.41 KB | 6 月前
    3
  • epub文档 Django CMS 2.1.x Documentation

    specify from what level to which level should the navigation be rendered. If you have a home as a root node and don’t want to display home you can render the navigation only after level 1. The third parameter specifies how many levels of navigation should be displayed if a node is not a direct ancestor or descendant of the current active node. Finally, the fourth parameter, extra_active (default=100), specifies specifies how many levels of descendants of the currently active node should be displayed. 5.1.1. Some Examples Complete navigation (as a nested list): {% load cache menu_tags %}
      {% show_menu 0 100
    0 码力 | 81 页 | 554.09 KB | 6 月前
    3
  • pdf文档 Django CMS 2.2.x Documentation

    specify from what level to which level should the navigation be rendered. If you have a home as a root node and don’t want to display home you can render the navigation only after level 1. The third parameter if a node is not a direct ancestor or descendant of the current active node. The fourth parameter, extra_active (default=100), specifies how many levels of descendants of the currently active node should like login, logout and third-party apps. 1.6.5 Properties of Navigation Nodes in templates {{ node.is_leaf_node }} Is it the last in the tree? If true it doesn’t have any children. (This normally comes from
    0 码力 | 76 页 | 627.98 KB | 6 月前
    3
  • epub文档 django cms 2.2.x Documentation

    specify from what level to which level should the navigation be rendered. If you have a home as a root node and don’t want to display home you can render the navigation only after level 1. The third parameter if a node is not a direct ancestor or descendant of the current active node. The fourth parameter, extra_active (default=100), specifies how many levels of descendants of the currently active node should templates {{ node.is_leaf_node }} Is it the last in the tree? If true it doesn’t have any children. (This normally comes from mptt.) {{ node.level }} The level of the node. Starts at 0. {{ node.menu_level
    0 码力 | 105 页 | 679.29 KB | 1 年前
    3
  • pdf文档 Django CMS 2.4.x Documentation

    site has 3 languages (English, German and French) and the second site has only Dutch. The default node defines default behavior for all languages. You can overwrite the default settings with language specific hide_untranslated as False globally. The English language overwrites this behavior. Every language node needs at least a code and a name property. code is the iso 2 code for the language. And name is the settings file. But maybe you want to leave the language name as it is. What are the properties a language node can have? code String. RFC5646 code of the language. Example: "en". Note: Is required for every language
    0 码力 | 104 页 | 709.98 KB | 6 月前
    3
  • epub文档 Django CMS 2.4.x Documentation

    site has 3 languages (English, German and French) and the second site has only Dutch. The default node defines default behavior for all languages. You can overwrite the default settings with language specific hide_untranslated as False globally. The English language overwrites this behavior. Every language node needs at least a code and a name property. code is the iso 2 code for the language. And name is the settings file. But maybe you want to leave the language name as it is. What are the properties a language node can have? 3.4.1.1. code String. RFC5646 code of the language. Example: "en". Note Is required for
    0 码力 | 156 页 | 727.78 KB | 6 月前
    3
  • pdf文档 django cms 4.1.x Documentation

    Poll.objects.all(): node = NavigationNode( title=poll.question, url=reverse("polls:detail", args=(poll.pk,)), id=poll.pk, # unique id for this node within the menu ) nodes.append(node) return nodes menu_pool be required on the subset of nodes left after cutting. Nodes Nodes are assembled in a tree. Each node is an instance of the menus.base.NavigationNode class. A NavigationNode has attributes such as URL dictionary that’s provided for you to add arbitrary attributes to, rather than placing them directly on the node itself, where they might clash with something. 56 Chapter 5. Software version requirements and release
    0 码力 | 357 页 | 1.99 MB | 1 年前
    3
  • pdf文档 django cms 4.1.1 Documentation

    Poll.objects.all(): node = NavigationNode( title=poll.question, url=reverse("polls:detail", args=(poll.pk,)), id=poll.pk, # unique id for this node within the menu ) nodes.append(node) return nodes menu_pool be required on the subset of nodes left after cutting. Nodes Nodes are assembled in a tree. Each node is an instance of the menus.base.NavigationNode class. A NavigationNode has attributes such as URL dictionary that’s provided for you to add arbitrary attributes to, rather than placing them directly on the node itself, where they might clash with something. 56 Chapter 5. Software version requirements and release
    0 码力 | 361 页 | 2.00 MB | 1 年前
    3
  • epub文档 Django CMS 4.1.x Documentation

    node = NavigationNode( title=poll.question, url=reverse("polls:detail", args=(poll.pk,)), id=poll.pk, # unique id for this node within the menu menu ) nodes.append(node) return nodes What’s happening here: we define a PollsMenu class, and register it we give the class a name attribute (will be displayed in admin) only be required on the subset of nodes left after cutting. Nodes Nodes are assembled in a tree. Each node is an instance of the menus.base.NavigationNode class. A NavigationNode has attributes such as URL
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
共 53 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
DjangoCMS2.1Documentation2.32.2djangocms2.44.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩