积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

全部英语(48)中文(简体)(1)英语(1)

格式

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

    (children of siblings) are show. The template can be found at cms/sub_menu.html: 3.3. Template Tags 53 django cms Documentation, Release 2.4.3-support
      {% show_sub_menu 1 %}
    Rooted at level 0: tag, 54 show_menu template tag, 52 show_menu_below_id template tag, 53 show_placeholder template tag, 49 show_sub_menu template tag, 53 show_uncached_placeholder template tag, 50 T template tag language_chooser placeholder, 49 render_plugin, 52 show_breadcrumb, 54 show_menu, 52 show_menu_below_id, 53 show_placeholder, 49 show_sub_menu, 53 show_uncached_placeholder, 50 TEMPLATE_INHERITANCE_MAGIC (in module cms.constants)
    0 码力 | 104 页 | 709.98 KB | 6 月前
    3
  • pdf文档 Django 官方教程翻译项目

    Article 对象可以访问与其关联的 Reporter 对象。 49. >>> r = a.reporter 50. >>> r.full_name 51. 'John Smith' 52. 53. # 反之亦然:Reporter 对象也可以访问到与其关联的 Article 对象。 54. >>> r.article_set.all() 55. 53 9. Django version 1.11, using settings 'mysite.settings' 10. Starting development server at http://127 much', votes=0) 51. 52. >>> q.choice_set.create(choice_text='The sky', votes=0) 53. 54. >>> c = q.choice_set.create(choice_text='Just hacking again', votes=0) 55
    0 码力 | 103 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Django CMS 2.1.x Documentation

    . . . . . . . . 50 4 Contributing to the CMS 53 4.1 Contributing to Django-CMS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 4.2 Indices and tables . . . . . . . . . . . documentation. • Usually, if unit tests are written, pass, and your change is relevant, then it’ll be merged. 53 django cms Documentation, Release 2.1.5 Since we’re hosted on github, django-cms uses git as a version
    0 码力 | 63 页 | 485.38 KB | 6 月前
    3
  • pdf文档 django cms 4.1.x Documentation

    (preferably from the list below with plain Django fallback colors) 5.2. Django/Python compatibility table 53 django cms Documentation, Release 4.1.2 • Use the following pattern: var(--dca-color-var, var(--fallback-color-var operations (https: //github.com/django-cms/django-cms/commit/03941533670ee9f8c5c078bda8e5cfdd9a639f53, https://github. com/django-cms/django-cms/commit/ca16415b1022c984ce0525336beafacfed14bb31) • Feat 1fa419fbeeb9f, https://github.com/django-cms/django-cms/commit/ cf442f756f41d0447def9cd2a2bb41d7b8a53cf3, https://github.com/django-cms/django-cms/commit/ 9905ca6ec986942f3acc692d10deabbc0ca5768d, https://github
    0 码力 | 357 页 | 1.99 MB | 1 年前
    3
  • pdf文档 django cms 4.1.1 Documentation

    (preferably from the list below with plain Django fallback colors) 5.2. Django/Python compatibility table 53 django cms Documentation, Release 4.1.1 • Use the following pattern: var(--dca-color-var, var(--fallback-color-var operations (https: //github.com/django-cms/django-cms/commit/03941533670ee9f8c5c078bda8e5cfdd9a639f53, https://github. com/django-cms/django-cms/commit/ca16415b1022c984ce0525336beafacfed14bb31) • Feat 1fa419fbeeb9f, https://github.com/django-cms/django-cms/commit/ cf442f756f41d0447def9cd2a2bb41d7b8a53cf3, https://github.com/django-cms/django-cms/commit/ 9905ca6ec986942f3acc692d10deabbc0ca5768d, https://github
    0 码力 | 361 页 | 2.00 MB | 1 年前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    operations (https://github.com/django-cms/django- cms/commit/03941533670ee9f8c5c078bda8e5cfdd9a639f53, https://github.com/django-cms/django- cms/commit/ca16415b1022c984ce0525336beafacfed14bb31) Feat Added 1fa419fbeeb9f, https://github.com/django-cms/django- cms/commit/cf442f756f41d0447def9cd2a2bb41d7b8a53cf3, https://github.com/django-cms/django- cms/commit/9905ca6ec986942f3acc692d10deabbc0ca5768d, https://github djangocms-versioning: https://github.com/django-cms/django- cms/commit/03941533670ee9f8c5c078bda8e5cfdd9a639f53 Log Operations Previously the logs created were inconsistent and were not created for all page and
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • epub文档 Django CMS 4.1.x Documentation

    operations (https://github.com/django-cms/django- cms/commit/03941533670ee9f8c5c078bda8e5cfdd9a639f53, https://github.com/django-cms/django- cms/commit/ca16415b1022c984ce0525336beafacfed14bb31) Feat Added 1fa419fbeeb9f, https://github.com/django-cms/django- cms/commit/cf442f756f41d0447def9cd2a2bb41d7b8a53cf3, https://github.com/django-cms/django- cms/commit/9905ca6ec986942f3acc692d10deabbc0ca5768d, https://github djangocms-versioning: https://github.com/django-cms/django- cms/commit/03941533670ee9f8c5c078bda8e5cfdd9a639f53 Log Operations Previously the logs created were inconsistent and were not created for all page and
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
  • epub文档 Django 5.1.2 Documentation

    until they are applied. Run 'python manage.py migrate' to apply them. September 16, 2024 - 15:50:53 Django version 5.1, using settings 'mysite.settings' Starting development server at http://127.0.0 PasswordChangeView[source] [https://github.com/django/django/blob/stable/5.1.x/django/contrib/auth/views.py#L3 53] URL name: password_change Allows a user to change their password. Attributes: template_name The utils import timezone >>> timezone.localtime(timezone.now()) datetime.datetime(2012, 3, 3, 20, 10, 53, 873365, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')) In this example, the current time zone is
    0 码力 | 3519 页 | 3.17 MB | 1 年前
    3
  • epub文档 Django 5.1 Documentation

    properly until they are applied. Run 'python manage.py migrate' to apply them. August 08, 2024 - 15:50:53 Django version 5.1, using settings 'mysite.settings' Starting development server at http://127.0.0 PasswordChangeView[source] [https://github.com/django/django/blob/stable/5.1.x/django/contrib/auth/views.py#L3 53] URL name: password_change Allows a user to change their password. Attributes: template_name The utils import timezone >>> timezone.localtime(timezone.now()) datetime.datetime(2012, 3, 3, 20, 10, 53, 873365, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')) In this example, the current time zone is
    0 码力 | 3513 页 | 3.17 MB | 1 年前
    3
  • epub文档 Django 5.0.x Documentation

    properly until they are applied. Run 'python manage.py migrate' to apply them. January 26, 2024 - 15:50:53 Django version 5.0, using settings 'mysite.settings' Starting development server at http://127.0.0 utils import timezone >>> timezone.localtime(timezone.now()) datetime.datetime(2012, 3, 3, 20, 10, 53, 873365, tzinfo=zoneinfo.ZoneInfo(key='Europe/Paris')) In this example, the current time zone is b2bb8cee4fc", "model": "sessions.session", "fields": {...}} {"pk": "9cf0e26691b64147a67e2a9f06ad7a53", "model": "sessions.session", "fields": {...}} JSONL can be useful for populating large databases
    0 码力 | 3407 页 | 3.21 MB | 1 年前
    3
共 50 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
DjangoCMS2.4Documentation官方教程翻译项目2.1djangocms4.1httpsdocsorgdownloadsenlatest5.15.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩